Html Css Color HEX #A45302 Golden Brown

📋 copy color: '#A45302'

red 164 ◦ green 83 ◦ blue 2

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

Shades of Golden Brown #A45302

Tints of Golden Brown #A45302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

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

R = 65.86%
G = 33.33%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A45302 (or 0xA45302) is known color: Golden Brown. HEX triplet: A4, 53 and 02. RGB value is (164,83,2). Sum of RGB (Red+Green+Blue) = 164+83+2=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A45302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45302 is #5BACFD. Grayscale: #626262. Windows color (decimal): -6008062 or 152484. OLE color: 152484.

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

Color convert

RGB 164 83 2 -
CMYK 0 0.49 0.99 0.36
HSL 30º 0.98% 0.33% -
HSV(B) 30º 0.99% 0.64% -
XYZ 18.41 14.08 1.81 -
YUV 97.99 73.84 175.09 -
System Red Green Blue C M Y K H S L
Decimal 164 83 2 0 0.49 0.99 0.36 30 0.98 0.33
Hex A4 53 2 0 31 63 24 1E 62 21
Octal 244 123 2 0 61 143 44 36 142 41
Binary 10100100 1010011 10 0 110001 1100011 100100 11110 1100010 100001

Color Harmonies of #A45302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45302

Black with #A45302

Text Example


Text Example

White with #A45302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45302; }

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

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

background-color css

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

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

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

border-color css

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

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

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