Html Css Color HEX #A55A1F Rich Gold

📋 copy color: '#A55A1F'

red 165 ◦ green 90 ◦ blue 31

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

Shades of Rich Gold #A55A1F

Tints of Rich Gold #A55A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 57.69%
G = 31.47%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A55A1F (or 0xA55A1F) is known color: Rich Gold. HEX triplet: A5, 5A and 1F. RGB value is (165,90,31). Sum of RGB (Red+Green+Blue) = 165+90+31=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A1F is #5AA5E0. Grayscale: #6A6A6A. Windows color (decimal): -5940705 or 2054821. OLE color: 2054821.

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

Color convert

RGB 165 90 31 -
CMYK 0 0.45 0.81 0.35
HSL 26.42º 0.68% 0.38% -
HSV(B) 26.42º 0.81% 0.65% -
XYZ 19.42 15.41 3.25 -
YUV 105.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 165 90 31 0 0.45 0.81 0.35 26.42 0.68 0.38
Hex A5 5A 1F 0 2D 51 23 1A 44 26
Octal 245 132 37 0 55 121 43 32 104 46
Binary 10100101 1011010 11111 0 101101 1010001 100011 11010 1000100 100110

Color Harmonies of #A55A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A1F

Black with #A55A1F

Text Example


Text Example

White with #A55A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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