Html Css Color HEX #A45702 Golden Brown

📋 copy color: '#A45702'

red 164 ◦ green 87 ◦ blue 2

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

Shades of Golden Brown #A45702

Tints of Golden Brown #A45702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.39%

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

R = 64.82%
G = 34.39%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A45702 (or 0xA45702) is known color: Golden Brown. HEX triplet: A4, 57 and 02. RGB value is (164,87,2). Sum of RGB (Red+Green+Blue) = 164+87+2=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A45702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45702 is #5BA8FD. Grayscale: #646464. Windows color (decimal): -6007038 or 153508. OLE color: 153508.

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

Color convert

RGB 164 87 2 -
CMYK 0 0.47 0.99 0.36
HSL 31.48º 0.98% 0.33% -
HSV(B) 31.48º 0.99% 0.64% -
XYZ 18.73 14.71 1.91 -
YUV 100.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 164 87 2 0 0.47 0.99 0.36 31.48 0.98 0.33
Hex A4 57 2 0 2F 63 24 1F 62 21
Octal 244 127 2 0 57 143 44 37 142 41
Binary 10100100 1010111 10 0 101111 1100011 100100 11111 1100010 100001

Color Harmonies of #A45702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45702

Black with #A45702

Text Example


Text Example

White with #A45702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45702; }

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

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

background-color css

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

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

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

border-color css

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

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

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