Html Css Color HEX #A75500 Golden Brown

📋 copy color: '#A75500'

red 167 ◦ green 85 ◦ blue 0

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

Shades of Golden Brown #A75500

Tints of Golden Brown #A75500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

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

R = 66.27%
G = 33.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A75500 (or 0xA75500) is known color: Golden Brown. HEX triplet: A7, 55 and 00. RGB value is (167,85,0). Sum of RGB (Red+Green+Blue) = 167+85+0=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A75500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75500 is #58AAFF. Grayscale: #646464. Windows color (decimal): -5810944 or 21927. OLE color: 21927.

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

Color convert

RGB 167 85 0 -
CMYK 0 0.49 1 0.35
HSL 30.54º 1% 0.33% -
HSV(B) 30.54º 1% 0.65% -
XYZ 19.18 14.71 1.83 -
YUV 99.83 71.67 175.91 -
System Red Green Blue C M Y K H S L
Decimal 167 85 0 0 0.49 1 0.35 30.54 1 0.33
Hex A7 55 0 0 31 64 23 1F 64 21
Octal 247 125 0 0 61 144 43 37 144 41
Binary 10100111 1010101 0 0 110001 1100100 100011 11111 1100100 100001

Color Harmonies of #A75500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75500

Black with #A75500

Text Example


Text Example

White with #A75500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75500; }

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

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

background-color css

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

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

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

border-color css

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

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

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