Html Css Color HEX #A55314 Rich Gold

📋 copy color: '#A55314'

red 165 ◦ green 83 ◦ blue 20

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

Shades of Rich Gold #A55314

Tints of Rich Gold #A55314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 61.57%
G = 30.97%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A55314 (or 0xA55314) is known color: Rich Gold. HEX triplet: A5, 53 and 14. RGB value is (165,83,20). Sum of RGB (Red+Green+Blue) = 165+83+20=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A55314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55314 is #5AACEB. Grayscale: #646464. Windows color (decimal): -5942508 or 1332133. OLE color: 1332133.

HSL color Cylindrical-coordinate representation of color #A55314: hue angle of 26.07º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A55314 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 20 -
CMYK 0 0.50 0.88 0.35
HSL 26.07º 0.78% 0.36% -
HSV(B) 26.07º 0.88% 0.65% -
XYZ 18.74 14.24 2.42 -
YUV 100.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 165 83 20 0 0.50 0.88 0.35 26.07 0.78 0.36
Hex A5 53 14 0 32 58 23 1A 4E 24
Octal 245 123 24 0 62 130 43 32 116 44
Binary 10100101 1010011 10100 0 110010 1011000 100011 11010 1001110 100100

Color Harmonies of #A55314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55314

Black with #A55314

Text Example


Text Example

White with #A55314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55314; }

 p { color: rgb(165,83,20); }

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

background-color css

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

 a { background-color: rgb(165,83,20); }

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

border-color css

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

 span { border-color: rgb(165,83,20); }

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