Html Css Color HEX #A76504 Golden Brown

📋 copy color: '#A76504'

red 167 ◦ green 101 ◦ blue 4

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

Shades of Golden Brown #A76504

Tints of Golden Brown #A76504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.13%

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 61.4%
G = 37.13%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A76504 (or 0xA76504) is known color: Golden Brown. HEX triplet: A7, 65 and 04. RGB value is (167,101,4). Sum of RGB (Red+Green+Blue) = 167+101+4=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A76504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76504 is #589AFB. Grayscale: #6E6E6E. Windows color (decimal): -5806844 or 288167. OLE color: 288167.

HSL color Cylindrical-coordinate representation of color #A76504: hue angle of 35.71º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A76504 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 101 4 -
CMYK 0 0.40 0.98 0.35
HSL 35.71º 0.95% 0.34% -
HSV(B) 35.71º 0.98% 0.65% -
XYZ 20.61 17.53 2.41 -
YUV 109.68 68.37 168.89 -
System Red Green Blue C M Y K H S L
Decimal 167 101 4 0 0.40 0.98 0.35 35.71 0.95 0.34
Hex A7 65 4 0 28 62 23 24 5F 22
Octal 247 145 4 0 50 142 43 44 137 42
Binary 10100111 1100101 100 0 101000 1100010 100011 100100 1011111 100010

Color Harmonies of #A76504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76504

Black with #A76504

Text Example


Text Example

White with #A76504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76504; }

 p { color: rgb(167,101,4); }

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

background-color css

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

 a { background-color: rgb(167,101,4); }

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

border-color css

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

 span { border-color: rgb(167,101,4); }

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