Html Css Color HEX #A5511C Rich Gold

📋 copy color: '#A5511C'

red 165 ◦ green 81 ◦ blue 28

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

Shades of Rich Gold #A5511C

Tints of Rich Gold #A5511C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

 BLUE value IS 28 (11.33% from 255) = 10.22%

R = 60.22%
G = 29.56%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A5511C (or 0xA5511C) is known color: Rich Gold. HEX triplet: A5, 51 and 1C. RGB value is (165,81,28). Sum of RGB (Red+Green+Blue) = 165+81+28=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5511C is #5AAEE3. Grayscale: #646464. Windows color (decimal): -5943012 or 1855909. OLE color: 1855909.

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

Color convert

RGB 165 81 28 -
CMYK 0 0.51 0.83 0.35
HSL 23.21º 0.71% 0.38% -
HSV(B) 23.21º 0.83% 0.65% -
XYZ 18.67 13.97 2.81 -
YUV 100.07 87.33 174.31 -
System Red Green Blue C M Y K H S L
Decimal 165 81 28 0 0.51 0.83 0.35 23.21 0.71 0.38
Hex A5 51 1C 0 33 53 23 17 47 26
Octal 245 121 34 0 63 123 43 27 107 46
Binary 10100101 1010001 11100 0 110011 1010011 100011 10111 1000111 100110

Color Harmonies of #A5511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5511C

Black with #A5511C

Text Example


Text Example

White with #A5511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5511C; }

 p { color: rgb(165,81,28); }

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

background-color css

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

 a { background-color: rgb(165,81,28); }

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

border-color css

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

 span { border-color: rgb(165,81,28); }

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