Html Css Color HEX #A76305 Golden Brown

📋 copy color: '#A76305'

red 167 ◦ green 99 ◦ blue 5

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

Shades of Golden Brown #A76305

Tints of Golden Brown #A76305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 61.62%
G = 36.53%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A76305 (or 0xA76305) is known color: Golden Brown. HEX triplet: A7, 63 and 05. RGB value is (167,99,5). Sum of RGB (Red+Green+Blue) = 167+99+5=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A76305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A76305 is #589CFA. Grayscale: #6D6D6D. Windows color (decimal): -5807355 or 353191. OLE color: 353191.

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

Color convert

RGB 167 99 5 -
CMYK 0 0.41 0.97 0.35
HSL 34.81º 0.94% 0.34% -
HSV(B) 34.81º 0.97% 0.65% -
XYZ 20.43 17.15 2.38 -
YUV 108.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 167 99 5 0 0.41 0.97 0.35 34.81 0.94 0.34
Hex A7 63 5 0 29 61 23 23 5E 22
Octal 247 143 5 0 51 141 43 43 136 42
Binary 10100111 1100011 101 0 101001 1100001 100011 100011 1011110 100010

Color Harmonies of #A76305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76305

Black with #A76305

Text Example


Text Example

White with #A76305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76305; }

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

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

background-color css

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

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

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

border-color css

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

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

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