Html Css Color HEX #A36502 Golden Brown

📋 copy color: '#A36502'

red 163 ◦ green 101 ◦ blue 2

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

Shades of Golden Brown #A36502

Tints of Golden Brown #A36502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.97%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 61.28%
G = 37.97%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A36502 (or 0xA36502) is known color: Golden Brown. HEX triplet: A3, 65 and 02. RGB value is (163,101,2). Sum of RGB (Red+Green+Blue) = 163+101+2=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A36502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36502 is #5C9AFD. Grayscale: #6C6C6C. Windows color (decimal): -6068990 or 157091. OLE color: 157091.

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

Color convert

RGB 163 101 2 -
CMYK 0 0.38 0.99 0.36
HSL 36.89º 0.98% 0.32% -
HSV(B) 36.89º 0.99% 0.64% -
XYZ 19.77 17.1 2.32 -
YUV 108.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 163 101 2 0 0.38 0.99 0.36 36.89 0.98 0.32
Hex A3 65 2 0 26 63 24 25 62 20
Octal 243 145 2 0 46 143 44 45 142 40
Binary 10100011 1100101 10 0 100110 1100011 100100 100101 1100010 100000

Color Harmonies of #A36502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36502

Black with #A36502

Text Example


Text Example

White with #A36502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36502; }

 p { color: rgb(163,101,2); }

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

background-color css

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

 a { background-color: rgb(163,101,2); }

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

border-color css

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

 span { border-color: rgb(163,101,2); }

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