Html Css Color HEX #A7934A Husk

📋 copy color: '#A7934A'

red 167 ◦ green 147 ◦ blue 74

#A7934A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #A7934A

Tints of Husk #A7934A

RGB

 RED value IS 167 (65.63% from 255) = 43.04%

 GREEN value IS 147 (57.81% from 255) = 37.89%

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 43.04%
G = 37.89%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A7934A (or 0xA7934A) is known color: Husk. HEX triplet: A7, 93 and 4A. RGB value is (167,147,74). Sum of RGB (Red+Green+Blue) = 167+147+74=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7934A is #586CB5. Grayscale: #909090. Windows color (decimal): -5794998 or 4887463. OLE color: 4887463.

HSL color Cylindrical-coordinate representation of color #A7934A: hue angle of 47.1º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7934A is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 147 74 -
CMYK 0 0.12 0.56 0.35
HSL 47.1º 0.39% 0.47% -
HSV(B) 47.1º 0.56% 0.65% -
XYZ 27.61 29.58 10.73 -
YUV 144.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 167 147 74 0 0.12 0.56 0.35 47.1 0.39 0.47
Hex A7 93 4A 0 C 38 23 2F 27 2F
Octal 247 223 112 0 14 70 43 57 47 57
Binary 10100111 10010011 1001010 0 1100 111000 100011 101111 100111 101111

Color Harmonies of #A7934A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7934A

Black with #A7934A

Text Example


Text Example

White with #A7934A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7934A; }

 p { color: rgb(167,147,74); }

 H1.HeaderClassName
 {
   color: #A7934A;
 }
 .AnyTagClassName
 {
   color: #A7934A;
 }
</style>

background-color css

<style>
 a { background-color: #A7934A; }

 a { background-color: rgb(167,147,74); }

 div.DivClassName
 {
   background-color: #A7934A;
 }
 .BgClassName
 {
   background-color: #A7934A;
 }
</style>

border-color css

<style>
 span { border-color: #A7934A; }

 span { border-color: rgb(167,147,74); }

 td.TdClassName
 {
   border-color: #A7934A;
 }
 .TagClassName
 {
   border-color: #A7934A;
 }
</style>