Html Css Color HEX #A36802 Golden Brown

📋 copy color: '#A36802'

red 163 ◦ green 104 ◦ blue 2

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

Shades of Golden Brown #A36802

Tints of Golden Brown #A36802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.66%

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

R = 60.59%
G = 38.66%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A36802 (or 0xA36802) is known color: Golden Brown. HEX triplet: A3, 68 and 02. RGB value is (163,104,2). Sum of RGB (Red+Green+Blue) = 163+104+2=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A36802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36802 is #5C97FD. Grayscale: #6E6E6E. Windows color (decimal): -6068222 or 157859. OLE color: 157859.

HSL color Cylindrical-coordinate representation of color #A36802: hue angle of 38.01º 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 #A36802 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 104 2 -
CMYK 0 0.36 0.99 0.36
HSL 38.01º 0.98% 0.32% -
HSV(B) 38.01º 0.99% 0.64% -
XYZ 20.07 17.69 2.41 -
YUV 110.01 67.05 165.79 -
System Red Green Blue C M Y K H S L
Decimal 163 104 2 0 0.36 0.99 0.36 38.01 0.98 0.32
Hex A3 68 2 0 24 63 24 26 62 20
Octal 243 150 2 0 44 143 44 46 142 40
Binary 10100011 1101000 10 0 100100 1100011 100100 100110 1100010 100000

Color Harmonies of #A36802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36802

Black with #A36802

Text Example


Text Example

White with #A36802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36802; }

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

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

background-color css

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

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

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

border-color css

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

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

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