Html Css Color HEX #A55A2A Rich Gold

📋 copy color: '#A55A2A'

red 165 ◦ green 90 ◦ blue 42

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

Shades of Rich Gold #A55A2A

Tints of Rich Gold #A55A2A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 55.56%
G = 30.3%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A55A2A (or 0xA55A2A) is known color: Rich Gold. HEX triplet: A5, 5A and 2A. RGB value is (165,90,42). Sum of RGB (Red+Green+Blue) = 165+90+42=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A2A is #5AA5D5. Grayscale: #6B6B6B. Windows color (decimal): -5940694 or 2775717. OLE color: 2775717.

HSL color Cylindrical-coordinate representation of color #A55A2A: hue angle of 23.41º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A55A2A is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 90 42 -
CMYK 0 0.45 0.75 0.35
HSL 23.41º 0.59% 0.41% -
HSV(B) 23.41º 0.75% 0.65% -
XYZ 19.59 15.48 4.15 -
YUV 106.95 91.35 169.4 -
System Red Green Blue C M Y K H S L
Decimal 165 90 42 0 0.45 0.75 0.35 23.41 0.59 0.41
Hex A5 5A 2A 0 2D 4B 23 17 3B 29
Octal 245 132 52 0 55 113 43 27 73 51
Binary 10100101 1011010 101010 0 101101 1001011 100011 10111 111011 101001

Color Harmonies of #A55A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A2A

Black with #A55A2A

Text Example


Text Example

White with #A55A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A2A; }

 p { color: rgb(165,90,42); }

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

background-color css

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

 a { background-color: rgb(165,90,42); }

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

border-color css

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

 span { border-color: rgb(165,90,42); }

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