Html Css Color HEX #A95C04 Golden Brown

📋 copy color: '#A95C04'

red 169 ◦ green 92 ◦ blue 4

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

Shades of Golden Brown #A95C04

Tints of Golden Brown #A95C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.72%

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

R = 63.77%
G = 34.72%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A95C04 (or 0xA95C04) is known color: Golden Brown. HEX triplet: A9, 5C and 04. RGB value is (169,92,4). Sum of RGB (Red+Green+Blue) = 169+92+4=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95C04 is #56A3FB. Grayscale: #696969. Windows color (decimal): -5678076 or 285865. OLE color: 285865.

HSL color Cylindrical-coordinate representation of color #A95C04: hue angle of 32º 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 #A95C04 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 92 4 -
CMYK 0 0.46 0.98 0.34
HSL 32º 0.95% 0.34% -
HSV(B) 32º 0.98% 0.66% -
XYZ 20.21 16.1 2.16 -
YUV 104.99 71.01 173.66 -
System Red Green Blue C M Y K H S L
Decimal 169 92 4 0 0.46 0.98 0.34 32 0.95 0.34
Hex A9 5C 4 0 2E 62 22 20 5F 22
Octal 251 134 4 0 56 142 42 40 137 42
Binary 10101001 1011100 100 0 101110 1100010 100010 100000 1011111 100010

Color Harmonies of #A95C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95C04

Black with #A95C04

Text Example


Text Example

White with #A95C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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