Html Css Color HEX #A15F00 Golden Brown

📋 copy color: '#A15F00'

red 161 ◦ green 95 ◦ blue 0

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

Shades of Golden Brown #A15F00

Tints of Golden Brown #A15F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.89%
G = 37.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A15F00 (or 0xA15F00) is known color: Golden Brown. HEX triplet: A1, 5F and 00. RGB value is (161,95,0). Sum of RGB (Red+Green+Blue) = 161+95+0=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15F00 is #5EA0FF. Grayscale: #686868. Windows color (decimal): -6201600 or 24481. OLE color: 24481.

HSL color Cylindrical-coordinate representation of color #A15F00: hue angle of 35.4º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A15F00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 95 0 -
CMYK 0 0.41 1 0.37
HSL 35.4º 1% 0.32% -
HSV(B) 35.4º 1% 0.63% -
XYZ 18.79 15.76 2.05 -
YUV 103.9 69.37 168.72 -
System Red Green Blue C M Y K H S L
Decimal 161 95 0 0 0.41 1 0.37 35.4 1 0.32
Hex A1 5F 0 0 29 64 25 23 64 20
Octal 241 137 0 0 51 144 45 43 144 40
Binary 10100001 1011111 0 0 101001 1100100 100101 100011 1100100 100000

Color Harmonies of #A15F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15F00

Black with #A15F00

Text Example


Text Example

White with #A15F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15F00; }

 p { color: rgb(161,95,0); }

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

background-color css

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

 a { background-color: rgb(161,95,0); }

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

border-color css

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

 span { border-color: rgb(161,95,0); }

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