Html Css Color HEX #A95C01 Golden Brown

📋 copy color: '#A95C01'

red 169 ◦ green 92 ◦ blue 1

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

Shades of Golden Brown #A95C01

Tints of Golden Brown #A95C01

RGB

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

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

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

R = 64.5%
G = 35.11%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A95C01 (or 0xA95C01) is known color: Golden Brown. HEX triplet: A9, 5C and 01. RGB value is (169,92,1). Sum of RGB (Red+Green+Blue) = 169+92+1=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95C01 is #56A3FE. Grayscale: #696969. Windows color (decimal): -5678079 or 89257. OLE color: 89257.

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

Color convert

RGB 169 92 1 -
CMYK 0 0.46 0.99 0.34
HSL 32.5º 0.99% 0.33% -
HSV(B) 32.5º 0.99% 0.66% -
XYZ 20.19 16.09 2.07 -
YUV 104.65 69.51 173.9 -
System Red Green Blue C M Y K H S L
Decimal 169 92 1 0 0.46 0.99 0.34 32.5 0.99 0.33
Hex A9 5C 1 0 2E 63 22 20 63 21
Octal 251 134 1 0 56 143 42 40 143 41
Binary 10101001 1011100 1 0 101110 1100011 100010 100000 1100011 100001

Color Harmonies of #A95C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95C01

Black with #A95C01

Text Example


Text Example

White with #A95C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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