Html Css Color HEX #A95A04 Golden Brown

📋 copy color: '#A95A04'

red 169 ◦ green 90 ◦ blue 4

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

Shades of Golden Brown #A95A04

Tints of Golden Brown #A95A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.22%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 64.26%
G = 34.22%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A95A04 (or 0xA95A04) is known color: Golden Brown. HEX triplet: A9, 5A and 04. RGB value is (169,90,4). Sum of RGB (Red+Green+Blue) = 169+90+4=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95A04 is #56A5FB. Grayscale: #686868. Windows color (decimal): -5678588 or 285353. OLE color: 285353.

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

Color convert

RGB 169 90 4 -
CMYK 0 0.47 0.98 0.34
HSL 31.27º 0.95% 0.34% -
HSV(B) 31.27º 0.98% 0.66% -
XYZ 20.04 15.76 2.1 -
YUV 103.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 169 90 4 0 0.47 0.98 0.34 31.27 0.95 0.34
Hex A9 5A 4 0 2F 62 22 1F 5F 22
Octal 251 132 4 0 57 142 42 37 137 42
Binary 10101001 1011010 100 0 101111 1100010 100010 11111 1011111 100010

Color Harmonies of #A95A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A04

Black with #A95A04

Text Example


Text Example

White with #A95A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A04; }

 p { color: rgb(169,90,4); }

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

background-color css

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

 a { background-color: rgb(169,90,4); }

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

border-color css

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

 span { border-color: rgb(169,90,4); }

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