Html Css Color HEX #A95A12 Golden Brown

📋 copy color: '#A95A12'

red 169 ◦ green 90 ◦ blue 18

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

Shades of Golden Brown #A95A12

Tints of Golden Brown #A95A12

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

 BLUE value IS 18 (7.42% from 255) = 6.5%

R = 61.01%
G = 32.49%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A95A12 (or 0xA95A12) is known color: Golden Brown. HEX triplet: A9, 5A and 12. RGB value is (169,90,18). Sum of RGB (Red+Green+Blue) = 169+90+18=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95A12 is #56A5ED. Grayscale: #696969. Windows color (decimal): -5678574 or 1202857. OLE color: 1202857.

HSL color Cylindrical-coordinate representation of color #A95A12: hue angle of 28.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A95A12 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 90 18 -
CMYK 0 0.47 0.89 0.34
HSL 28.61º 0.81% 0.37% -
HSV(B) 28.61º 0.89% 0.66% -
XYZ 20.13 15.79 2.56 -
YUV 105.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 169 90 18 0 0.47 0.89 0.34 28.61 0.81 0.37
Hex A9 5A 12 0 2F 59 22 1D 51 25
Octal 251 132 22 0 57 131 42 35 121 45
Binary 10101001 1011010 10010 0 101111 1011001 100010 11101 1010001 100101

Color Harmonies of #A95A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A12

Black with #A95A12

Text Example


Text Example

White with #A95A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A12; }

 p { color: rgb(169,90,18); }

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

background-color css

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

 a { background-color: rgb(169,90,18); }

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

border-color css

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

 span { border-color: rgb(169,90,18); }

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