Html Css Color HEX #A35902 Golden Brown

📋 copy color: '#A35902'

red 163 ◦ green 89 ◦ blue 2

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

Shades of Golden Brown #A35902

Tints of Golden Brown #A35902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

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

R = 64.17%
G = 35.04%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A35902 (or 0xA35902) is known color: Golden Brown. HEX triplet: A3, 59 and 02. RGB value is (163,89,2). Sum of RGB (Red+Green+Blue) = 163+89+2=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A35902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35902 is #5CA6FD. Grayscale: #656565. Windows color (decimal): -6072062 or 154019. OLE color: 154019.

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

Color convert

RGB 163 89 2 -
CMYK 0 0.45 0.99 0.36
HSL 32.42º 0.98% 0.32% -
HSV(B) 32.42º 0.99% 0.64% -
XYZ 18.69 14.94 1.96 -
YUV 101.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 163 89 2 0 0.45 0.99 0.36 32.42 0.98 0.32
Hex A3 59 2 0 2D 63 24 20 62 20
Octal 243 131 2 0 55 143 44 40 142 40
Binary 10100011 1011001 10 0 101101 1100011 100100 100000 1100010 100000

Color Harmonies of #A35902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35902

Black with #A35902

Text Example


Text Example

White with #A35902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35902; }

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

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

background-color css

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

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

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

border-color css

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

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

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