Html Css Color HEX #A45802 Golden Brown

📋 copy color: '#A45802'

red 164 ◦ green 88 ◦ blue 2

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

Shades of Golden Brown #A45802

Tints of Golden Brown #A45802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

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

R = 64.57%
G = 34.65%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A45802 (or 0xA45802) is known color: Golden Brown. HEX triplet: A4, 58 and 02. RGB value is (164,88,2). Sum of RGB (Red+Green+Blue) = 164+88+2=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A45802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45802 is #5BA7FD. Grayscale: #656565. Windows color (decimal): -6006782 or 153764. OLE color: 153764.

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

Color convert

RGB 164 88 2 -
CMYK 0 0.46 0.99 0.36
HSL 31.85º 0.98% 0.33% -
HSV(B) 31.85º 0.99% 0.64% -
XYZ 18.81 14.88 1.94 -
YUV 100.92 72.18 172.99 -
System Red Green Blue C M Y K H S L
Decimal 164 88 2 0 0.46 0.99 0.36 31.85 0.98 0.33
Hex A4 58 2 0 2E 63 24 20 62 21
Octal 244 130 2 0 56 143 44 40 142 41
Binary 10100100 1011000 10 0 101110 1100011 100100 100000 1100010 100001

Color Harmonies of #A45802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45802

Black with #A45802

Text Example


Text Example

White with #A45802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45802; }

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

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

background-color css

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

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

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

border-color css

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

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

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