Html Css Color HEX #A4760A Golden Brown

📋 copy color: '#A4760A'

red 164 ◦ green 118 ◦ blue 10

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

Shades of Golden Brown #A4760A

Tints of Golden Brown #A4760A

RGB

 RED value IS 164 (64.45% from 255) = 56.16%

 GREEN value IS 118 (46.48% from 255) = 40.41%

 BLUE value IS 10 (4.3% from 255) = 3.42%

R = 56.16%
G = 40.41%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A4760A (or 0xA4760A) is known color: Golden Brown. HEX triplet: A4, 76 and 0A. RGB value is (164,118,10). Sum of RGB (Red+Green+Blue) = 164+118+10=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 10 (4.30% from 255 or 3.42% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A4760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4760A is #5B89F5. Grayscale: #777777. Windows color (decimal): -5999094 or 685732. OLE color: 685732.

HSL color Cylindrical-coordinate representation of color #A4760A: hue angle of 42.08º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4760A is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 10 -
CMYK 0 0.28 0.94 0.36
HSL 42.08º 0.89% 0.34% -
HSV(B) 42.08º 0.94% 0.64% -
XYZ 21.84 20.87 3.16 -
YUV 119.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 164 118 10 0 0.28 0.94 0.36 42.08 0.89 0.34
Hex A4 76 A 0 1C 5E 24 2A 59 22
Octal 244 166 12 0 34 136 44 52 131 42
Binary 10100100 1110110 1010 0 11100 1011110 100100 101010 1011001 100010

Color Harmonies of #A4760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4760A

Black with #A4760A

Text Example


Text Example

White with #A4760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4760A; }

 p { color: rgb(164,118,10); }

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

background-color css

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

 a { background-color: rgb(164,118,10); }

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

border-color css

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

 span { border-color: rgb(164,118,10); }

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