Html Css Color HEX #A75900 Golden Brown

📋 copy color: '#A75900'

red 167 ◦ green 89 ◦ blue 0

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

Shades of Golden Brown #A75900

Tints of Golden Brown #A75900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.23%
G = 34.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A75900 (or 0xA75900) is known color: Golden Brown. HEX triplet: A7, 59 and 00. RGB value is (167,89,0). Sum of RGB (Red+Green+Blue) = 167+89+0=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A75900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75900 is #58A6FF. Grayscale: #666666. Windows color (decimal): -5809920 or 22951. OLE color: 22951.

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

Color convert

RGB 167 89 0 -
CMYK 0 0.47 1 0.35
HSL 31.98º 1% 0.33% -
HSV(B) 31.98º 1% 0.65% -
XYZ 19.51 15.36 1.94 -
YUV 102.18 70.34 174.24 -
System Red Green Blue C M Y K H S L
Decimal 167 89 0 0 0.47 1 0.35 31.98 1 0.33
Hex A7 59 0 0 2F 64 23 20 64 21
Octal 247 131 0 0 57 144 43 40 144 41
Binary 10100111 1011001 0 0 101111 1100100 100011 100000 1100100 100001

Color Harmonies of #A75900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75900

Black with #A75900

Text Example


Text Example

White with #A75900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75900; }

 p { color: rgb(167,89,0); }

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

background-color css

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

 a { background-color: rgb(167,89,0); }

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

border-color css

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

 span { border-color: rgb(167,89,0); }

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