Html Css Color HEX #A95501 Golden Brown

📋 copy color: '#A95501'

red 169 ◦ green 85 ◦ blue 1

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

Shades of Golden Brown #A95501

Tints of Golden Brown #A95501

RGB

 RED value IS 169 (66.41% from 255) = 66.27%

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 66.27%
G = 33.33%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A95501 (or 0xA95501) is known color: Golden Brown. HEX triplet: A9, 55 and 01. RGB value is (169,85,1). Sum of RGB (Red+Green+Blue) = 169+85+1=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A95501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95501 is #56AAFE. Grayscale: #646464. Windows color (decimal): -5679871 or 87465. OLE color: 87465.

HSL color Cylindrical-coordinate representation of color #A95501: hue angle of 30º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A95501 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 85 1 -
CMYK 0 0.50 0.99 0.34
HSL 30º 0.99% 0.33% -
HSV(B) 30º 0.99% 0.66% -
XYZ 19.62 14.93 1.88 -
YUV 100.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 169 85 1 0 0.50 0.99 0.34 30 0.99 0.33
Hex A9 55 1 0 32 63 22 1E 63 21
Octal 251 125 1 0 62 143 42 36 143 41
Binary 10101001 1010101 1 0 110010 1100011 100010 11110 1100011 100001

Color Harmonies of #A95501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95501

Black with #A95501

Text Example


Text Example

White with #A95501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95501; }

 p { color: rgb(169,85,1); }

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

background-color css

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

 a { background-color: rgb(169,85,1); }

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

border-color css

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

 span { border-color: rgb(169,85,1); }

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