Html Css Color HEX #A55C02 Golden Brown

📋 copy color: '#A55C02'

red 165 ◦ green 92 ◦ blue 2

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

Shades of Golden Brown #A55C02

Tints of Golden Brown #A55C02

RGB

 RED value IS 165 (64.84% from 255) = 63.71%

 GREEN value IS 92 (36.33% from 255) = 35.52%

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

R = 63.71%
G = 35.52%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A55C02 (or 0xA55C02) is known color: Golden Brown. HEX triplet: A5, 5C and 02. RGB value is (165,92,2). Sum of RGB (Red+Green+Blue) = 165+92+2=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55C02 is #5AA3FD. Grayscale: #686868. Windows color (decimal): -5940222 or 154789. OLE color: 154789.

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

Color convert

RGB 165 92 2 -
CMYK 0 0.44 0.99 0.35
HSL 33.13º 0.98% 0.33% -
HSV(B) 33.13º 0.99% 0.65% -
XYZ 19.36 15.66 2.06 -
YUV 103.57 70.68 171.82 -
System Red Green Blue C M Y K H S L
Decimal 165 92 2 0 0.44 0.99 0.35 33.13 0.98 0.33
Hex A5 5C 2 0 2C 63 23 21 62 21
Octal 245 134 2 0 54 143 43 41 142 41
Binary 10100101 1011100 10 0 101100 1100011 100011 100001 1100010 100001

Color Harmonies of #A55C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C02

Black with #A55C02

Text Example


Text Example

White with #A55C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C02; }

 p { color: rgb(165,92,2); }

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

background-color css

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

 a { background-color: rgb(165,92,2); }

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

border-color css

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

 span { border-color: rgb(165,92,2); }

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