Html Css Color HEX #A15A07 Golden Brown

📋 copy color: '#A15A07'

red 161 ◦ green 90 ◦ blue 7

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

Shades of Golden Brown #A15A07

Tints of Golden Brown #A15A07

RGB

 RED value IS 161 (63.28% from 255) = 62.4%

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

 BLUE value IS 7 (3.13% from 255) = 2.71%

R = 62.4%
G = 34.88%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A15A07 (or 0xA15A07) is known color: Golden Brown. HEX triplet: A1, 5A and 07. RGB value is (161,90,7). Sum of RGB (Red+Green+Blue) = 161+90+7=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15A07 is #5EA5F8. Grayscale: #666666. Windows color (decimal): -6202873 or 481953. OLE color: 481953.

HSL color Cylindrical-coordinate representation of color #A15A07: hue angle of 32.34º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A15A07 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 90 7 -
CMYK 0 0.44 0.96 0.37
HSL 32.34º 0.92% 0.33% -
HSV(B) 32.34º 0.96% 0.63% -
XYZ 18.39 14.9 2.11 -
YUV 101.77 74.52 170.25 -
System Red Green Blue C M Y K H S L
Decimal 161 90 7 0 0.44 0.96 0.37 32.34 0.92 0.33
Hex A1 5A 7 0 2C 60 25 20 5C 21
Octal 241 132 7 0 54 140 45 40 134 41
Binary 10100001 1011010 111 0 101100 1100000 100101 100000 1011100 100001

Color Harmonies of #A15A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A07

Black with #A15A07

Text Example


Text Example

White with #A15A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A07; }

 p { color: rgb(161,90,7); }

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

background-color css

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

 a { background-color: rgb(161,90,7); }

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

border-color css

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

 span { border-color: rgb(161,90,7); }

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