Html Css Color HEX #A95B0E Golden Brown

📋 copy color: '#A95B0E'

red 169 ◦ green 91 ◦ blue 14

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

Shades of Golden Brown #A95B0E

Tints of Golden Brown #A95B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.21%

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 61.68%
G = 33.21%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A95B0E (or 0xA95B0E) is known color: Golden Brown. HEX triplet: A9, 5B and 0E. RGB value is (169,91,14). Sum of RGB (Red+Green+Blue) = 169+91+14=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95B0E is #56A4F1. Grayscale: #696969. Windows color (decimal): -5678322 or 940969. OLE color: 940969.

HSL color Cylindrical-coordinate representation of color #A95B0E: hue angle of 29.81º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A95B0E is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 91 14 -
CMYK 0 0.46 0.92 0.34
HSL 29.81º 0.85% 0.36% -
HSV(B) 29.81º 0.92% 0.66% -
XYZ 20.18 15.95 2.43 -
YUV 105.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 169 91 14 0 0.46 0.92 0.34 29.81 0.85 0.36
Hex A9 5B E 0 2E 5C 22 1E 55 24
Octal 251 133 16 0 56 134 42 36 125 44
Binary 10101001 1011011 1110 0 101110 1011100 100010 11110 1010101 100100

Color Harmonies of #A95B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95B0E

Black with #A95B0E

Text Example


Text Example

White with #A95B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95B0E; }

 p { color: rgb(169,91,14); }

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

background-color css

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

 a { background-color: rgb(169,91,14); }

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

border-color css

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

 span { border-color: rgb(169,91,14); }

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