Html Css Color HEX #A55823 Rich Gold

📋 copy color: '#A55823'

red 165 ◦ green 88 ◦ blue 35

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

Shades of Rich Gold #A55823

Tints of Rich Gold #A55823

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

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

R = 57.29%
G = 30.56%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A55823 (or 0xA55823) is known color: Rich Gold. HEX triplet: A5, 58 and 23. RGB value is (165,88,35). Sum of RGB (Red+Green+Blue) = 165+88+35=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A55823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55823 is #5AA7DC. Grayscale: #696969. Windows color (decimal): -5941213 or 2316453. OLE color: 2316453.

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

Color convert

RGB 165 88 35 -
CMYK 0 0.47 0.79 0.35
HSL 24.46º 0.65% 0.39% -
HSV(B) 24.46º 0.79% 0.65% -
XYZ 19.31 15.1 3.49 -
YUV 104.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 165 88 35 0 0.47 0.79 0.35 24.46 0.65 0.39
Hex A5 58 23 0 2F 4F 23 18 41 27
Octal 245 130 43 0 57 117 43 30 101 47
Binary 10100101 1011000 100011 0 101111 1001111 100011 11000 1000001 100111

Color Harmonies of #A55823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55823

Black with #A55823

Text Example


Text Example

White with #A55823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55823; }

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

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

background-color css

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

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

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

border-color css

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

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

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