Html Css Color HEX #A76304 Golden Brown

📋 copy color: '#A76304'

red 167 ◦ green 99 ◦ blue 4

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

Shades of Golden Brown #A76304

Tints of Golden Brown #A76304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.67%

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

R = 61.85%
G = 36.67%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A76304 (or 0xA76304) is known color: Golden Brown. HEX triplet: A7, 63 and 04. RGB value is (167,99,4). Sum of RGB (Red+Green+Blue) = 167+99+4=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A76304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76304 is #589CFB. Grayscale: #6C6C6C. Windows color (decimal): -5807356 or 287655. OLE color: 287655.

HSL color Cylindrical-coordinate representation of color #A76304: hue angle of 34.97º 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 #A76304 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 99 4 -
CMYK 0 0.41 0.98 0.35
HSL 34.97º 0.95% 0.34% -
HSV(B) 34.97º 0.98% 0.65% -
XYZ 20.42 17.15 2.35 -
YUV 108.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 167 99 4 0 0.41 0.98 0.35 34.97 0.95 0.34
Hex A7 63 4 0 29 62 23 23 5F 22
Octal 247 143 4 0 51 142 43 43 137 42
Binary 10100111 1100011 100 0 101001 1100010 100011 100011 1011111 100010

Color Harmonies of #A76304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76304

Black with #A76304

Text Example


Text Example

White with #A76304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76304; }

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

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

background-color css

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

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

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

border-color css

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

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

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