Html Css Color HEX #A36000 Golden Brown

📋 copy color: '#A36000'

red 163 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #A36000

Tints of Golden Brown #A36000

RGB

 RED value IS 163 (64.06% from 255) = 62.93%

 GREEN value IS 96 (37.89% from 255) = 37.07%

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

R = 62.93%
G = 37.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A36000 (or 0xA36000) is known color: Golden Brown. HEX triplet: A3, 60 and 00. RGB value is (163,96,0). Sum of RGB (Red+Green+Blue) = 163+96+0=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A36000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36000 is #5C9FFF. Grayscale: #696969. Windows color (decimal): -6070272 or 24739. OLE color: 24739.

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

Color convert

RGB 163 96 0 -
CMYK 0 0.41 1 0.36
HSL 35.34º 1% 0.32% -
HSV(B) 35.34º 1% 0.64% -
XYZ 19.29 16.15 2.1 -
YUV 105.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 163 96 0 0 0.41 1 0.36 35.34 1 0.32
Hex A3 60 0 0 29 64 24 23 64 20
Octal 243 140 0 0 51 144 44 43 144 40
Binary 10100011 1100000 0 0 101001 1100100 100100 100011 1100100 100000

Color Harmonies of #A36000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36000

Black with #A36000

Text Example


Text Example

White with #A36000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36000; }

 p { color: rgb(163,96,0); }

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

background-color css

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

 a { background-color: rgb(163,96,0); }

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

border-color css

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

 span { border-color: rgb(163,96,0); }

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