Html Css Color HEX #A96C0D Golden Brown

📋 copy color: '#A96C0D'

red 169 ◦ green 108 ◦ blue 13

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

Shades of Golden Brown #A96C0D

Tints of Golden Brown #A96C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.24%

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 58.28%
G = 37.24%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A96C0D (or 0xA96C0D) is known color: Golden Brown. HEX triplet: A9, 6C and 0D. RGB value is (169,108,13). Sum of RGB (Red+Green+Blue) = 169+108+13=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A96C0D is #5693F2. Grayscale: #737373. Windows color (decimal): -5673971 or 879785. OLE color: 879785.

HSL color Cylindrical-coordinate representation of color #A96C0D: hue angle of 36.54º degrees, saturation: 0.86, 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 #A96C0D is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 108 13 -
CMYK 0 0.36 0.92 0.34
HSL 36.54º 0.86% 0.36% -
HSV(B) 36.54º 0.92% 0.66% -
XYZ 21.8 19.19 2.94 -
YUV 115.41 70.21 166.22 -
System Red Green Blue C M Y K H S L
Decimal 169 108 13 0 0.36 0.92 0.34 36.54 0.86 0.36
Hex A9 6C D 0 24 5C 22 25 56 24
Octal 251 154 15 0 44 134 42 45 126 44
Binary 10101001 1101100 1101 0 100100 1011100 100010 100101 1010110 100100

Color Harmonies of #A96C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96C0D

Black with #A96C0D

Text Example


Text Example

White with #A96C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96C0D; }

 p { color: rgb(169,108,13); }

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

background-color css

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

 a { background-color: rgb(169,108,13); }

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

border-color css

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

 span { border-color: rgb(169,108,13); }

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