Html Css Color HEX #A55C1F Rich Gold

📋 copy color: '#A55C1F'

red 165 ◦ green 92 ◦ blue 31

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

Shades of Rich Gold #A55C1F

Tints of Rich Gold #A55C1F

RGB

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

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

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

R = 57.29%
G = 31.94%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A55C1F (or 0xA55C1F) is known color: Rich Gold. HEX triplet: A5, 5C and 1F. RGB value is (165,92,31). Sum of RGB (Red+Green+Blue) = 165+92+31=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C1F is #5AA3E0. Grayscale: #6B6B6B. Windows color (decimal): -5940193 or 2055333. OLE color: 2055333.

HSL color Cylindrical-coordinate representation of color #A55C1F: hue angle of 27.31º 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 #A55C1F is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 92 31 -
CMYK 0 0.44 0.81 0.35
HSL 27.31º 0.68% 0.38% -
HSV(B) 27.31º 0.81% 0.65% -
XYZ 19.59 15.75 3.3 -
YUV 106.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 165 92 31 0 0.44 0.81 0.35 27.31 0.68 0.38
Hex A5 5C 1F 0 2C 51 23 1B 44 26
Octal 245 134 37 0 54 121 43 33 104 46
Binary 10100101 1011100 11111 0 101100 1010001 100011 11011 1000100 100110

Color Harmonies of #A55C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C1F

Black with #A55C1F

Text Example


Text Example

White with #A55C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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