Html Css Color HEX #A45502 Golden Brown

📋 copy color: '#A45502'

red 164 ◦ green 85 ◦ blue 2

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

Shades of Golden Brown #A45502

Tints of Golden Brown #A45502

RGB

 RED value IS 164 (64.45% from 255) = 65.34%

 GREEN value IS 85 (33.59% from 255) = 33.86%

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

R = 65.34%
G = 33.86%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A45502 (or 0xA45502) is known color: Golden Brown. HEX triplet: A4, 55 and 02. RGB value is (164,85,2). Sum of RGB (Red+Green+Blue) = 164+85+2=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A45502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45502 is #5BAAFD. Grayscale: #636363. Windows color (decimal): -6007550 or 152996. OLE color: 152996.

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

Color convert

RGB 164 85 2 -
CMYK 0 0.48 0.99 0.36
HSL 30.74º 0.98% 0.33% -
HSV(B) 30.74º 0.99% 0.64% -
XYZ 18.57 14.39 1.86 -
YUV 99.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 164 85 2 0 0.48 0.99 0.36 30.74 0.98 0.33
Hex A4 55 2 0 30 63 24 1F 62 21
Octal 244 125 2 0 60 143 44 37 142 41
Binary 10100100 1010101 10 0 110000 1100011 100100 11111 1100010 100001

Color Harmonies of #A45502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45502

Black with #A45502

Text Example


Text Example

White with #A45502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45502; }

 p { color: rgb(164,85,2); }

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

background-color css

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

 a { background-color: rgb(164,85,2); }

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

border-color css

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

 span { border-color: rgb(164,85,2); }

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