Html Css Color HEX #A55E23 Rich Gold

📋 copy color: '#A55E23'

red 165 ◦ green 94 ◦ blue 35

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

Shades of Rich Gold #A55E23

Tints of Rich Gold #A55E23

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.97%

 BLUE value IS 35 (14.06% from 255) = 11.9%

R = 56.12%
G = 31.97%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A55E23 (or 0xA55E23) is known color: Rich Gold. HEX triplet: A5, 5E and 23. RGB value is (165,94,35). Sum of RGB (Red+Green+Blue) = 165+94+35=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E23 is #5AA1DC. Grayscale: #6C6C6C. Windows color (decimal): -5939677 or 2317989. OLE color: 2317989.

HSL color Cylindrical-coordinate representation of color #A55E23: hue angle of 27.23º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A55E23 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 94 35 -
CMYK 0 0.43 0.79 0.35
HSL 27.23º 0.65% 0.39% -
HSV(B) 27.23º 0.79% 0.65% -
XYZ 19.82 16.13 3.66 -
YUV 108.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 165 94 35 0 0.43 0.79 0.35 27.23 0.65 0.39
Hex A5 5E 23 0 2B 4F 23 1B 41 27
Octal 245 136 43 0 53 117 43 33 101 47
Binary 10100101 1011110 100011 0 101011 1001111 100011 11011 1000001 100111

Color Harmonies of #A55E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E23

Black with #A55E23

Text Example


Text Example

White with #A55E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E23; }

 p { color: rgb(165,94,35); }

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

background-color css

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

 a { background-color: rgb(165,94,35); }

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

border-color css

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

 span { border-color: rgb(165,94,35); }

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