Html Css Color HEX #A36019 Golden Brown

📋 copy color: '#A36019'

red 163 ◦ green 96 ◦ blue 25

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

Shades of Golden Brown #A36019

Tints of Golden Brown #A36019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.8%

R = 57.39%
G = 33.8%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A36019 (or 0xA36019) is known color: Golden Brown. HEX triplet: A3, 60 and 19. RGB value is (163,96,25). Sum of RGB (Red+Green+Blue) = 163+96+25=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A36019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36019 is #5C9FE6. Grayscale: #6C6C6C. Windows color (decimal): -6070247 or 1663139. OLE color: 1663139.

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

Color convert

RGB 163 96 25 -
CMYK 0 0.41 0.85 0.36
HSL 30.87º 0.73% 0.37% -
HSV(B) 30.87º 0.85% 0.64% -
XYZ 19.46 16.22 3.03 -
YUV 107.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 163 96 25 0 0.41 0.85 0.36 30.87 0.73 0.37
Hex A3 60 19 0 29 55 24 1F 49 25
Octal 243 140 31 0 51 125 44 37 111 45
Binary 10100011 1100000 11001 0 101001 1010101 100100 11111 1001001 100101

Color Harmonies of #A36019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36019

Black with #A36019

Text Example


Text Example

White with #A36019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36019; }

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

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

background-color css

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

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

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

border-color css

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

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

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