Html Css Color HEX #A95802 Golden Brown

📋 copy color: '#A95802'

red 169 ◦ green 88 ◦ blue 2

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

Shades of Golden Brown #A95802

Tints of Golden Brown #A95802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 65.25%
G = 33.98%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A95802 (or 0xA95802) is known color: Golden Brown. HEX triplet: A9, 58 and 02. RGB value is (169,88,2). Sum of RGB (Red+Green+Blue) = 169+88+2=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A95802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95802 is #56A7FD. Grayscale: #666666. Windows color (decimal): -5679102 or 153769. OLE color: 153769.

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

Color convert

RGB 169 88 2 -
CMYK 0 0.48 0.99 0.34
HSL 30.9º 0.98% 0.34% -
HSV(B) 30.9º 0.99% 0.66% -
XYZ 19.86 15.42 1.99 -
YUV 102.42 71.34 175.49 -
System Red Green Blue C M Y K H S L
Decimal 169 88 2 0 0.48 0.99 0.34 30.9 0.98 0.34
Hex A9 58 2 0 30 63 22 1F 62 22
Octal 251 130 2 0 60 143 42 37 142 42
Binary 10101001 1011000 10 0 110000 1100011 100010 11111 1100010 100010

Color Harmonies of #A95802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95802

Black with #A95802

Text Example


Text Example

White with #A95802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95802; }

 p { color: rgb(169,88,2); }

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

background-color css

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

 a { background-color: rgb(169,88,2); }

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

border-color css

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

 span { border-color: rgb(169,88,2); }

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