Html Css Color HEX #A7740C Golden Brown

📋 copy color: '#A7740C'

red 167 ◦ green 116 ◦ blue 12

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

Shades of Golden Brown #A7740C

Tints of Golden Brown #A7740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

 BLUE value IS 12 (5.08% from 255) = 4.07%

R = 56.61%
G = 39.32%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7740C (or 0xA7740C) is known color: Golden Brown. HEX triplet: A7, 74 and 0C. RGB value is (167,116,12). Sum of RGB (Red+Green+Blue) = 167+116+12=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A7740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A7740C is #588BF3. Grayscale: #777777. Windows color (decimal): -5802996 or 816295. OLE color: 816295.

HSL color Cylindrical-coordinate representation of color #A7740C: hue angle of 40.26º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7740C is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 116 12 -
CMYK 0 0.31 0.93 0.35
HSL 40.26º 0.87% 0.35% -
HSV(B) 40.26º 0.93% 0.65% -
XYZ 22.25 20.73 3.18 -
YUV 119.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 167 116 12 0 0.31 0.93 0.35 40.26 0.87 0.35
Hex A7 74 C 0 1F 5D 23 28 57 23
Octal 247 164 14 0 37 135 43 50 127 43
Binary 10100111 1110100 1100 0 11111 1011101 100011 101000 1010111 100011

Color Harmonies of #A7740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7740C

Black with #A7740C

Text Example


Text Example

White with #A7740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7740C; }

 p { color: rgb(167,116,12); }

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

background-color css

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

 a { background-color: rgb(167,116,12); }

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

border-color css

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

 span { border-color: rgb(167,116,12); }

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