Html Css Color HEX #A96B01 Golden Brown

📋 copy color: '#A96B01'

red 169 ◦ green 107 ◦ blue 1

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

Shades of Golden Brown #A96B01

Tints of Golden Brown #A96B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

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

R = 61.01%
G = 38.63%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A96B01 (or 0xA96B01) is known color: Golden Brown. HEX triplet: A9, 6B and 01. RGB value is (169,107,1). Sum of RGB (Red+Green+Blue) = 169+107+1=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96B01 is #5694FE. Grayscale: #717171. Windows color (decimal): -5674239 or 93097. OLE color: 93097.

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

Color convert

RGB 169 107 1 -
CMYK 0 0.37 0.99 0.34
HSL 37.86º 0.99% 0.33% -
HSV(B) 37.86º 0.99% 0.66% -
XYZ 21.63 18.95 2.55 -
YUV 113.45 64.54 167.62 -
System Red Green Blue C M Y K H S L
Decimal 169 107 1 0 0.37 0.99 0.34 37.86 0.99 0.33
Hex A9 6B 1 0 25 63 22 26 63 21
Octal 251 153 1 0 45 143 42 46 143 41
Binary 10101001 1101011 1 0 100101 1100011 100010 100110 1100011 100001

Color Harmonies of #A96B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96B01

Black with #A96B01

Text Example


Text Example

White with #A96B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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