Html Css Color HEX #A36602 Golden Brown

📋 copy color: '#A36602'

red 163 ◦ green 102 ◦ blue 2

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

Shades of Golden Brown #A36602

Tints of Golden Brown #A36602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.2%

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

R = 61.05%
G = 38.2%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A36602 (or 0xA36602) is known color: Golden Brown. HEX triplet: A3, 66 and 02. RGB value is (163,102,2). Sum of RGB (Red+Green+Blue) = 163+102+2=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A36602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A36602 is #5C99FD. Grayscale: #6D6D6D. Windows color (decimal): -6068734 or 157347. OLE color: 157347.

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

Color convert

RGB 163 102 2 -
CMYK 0 0.37 0.99 0.36
HSL 37.27º 0.98% 0.32% -
HSV(B) 37.27º 0.99% 0.64% -
XYZ 19.87 17.29 2.35 -
YUV 108.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 163 102 2 0 0.37 0.99 0.36 37.27 0.98 0.32
Hex A3 66 2 0 25 63 24 25 62 20
Octal 243 146 2 0 45 143 44 45 142 40
Binary 10100011 1100110 10 0 100101 1100011 100100 100101 1100010 100000

Color Harmonies of #A36602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36602

Black with #A36602

Text Example


Text Example

White with #A36602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36602; }

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

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

background-color css

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

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

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

border-color css

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

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

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