Html Css Color HEX #AF511C Rich Gold

📋 copy color: '#AF511C'

red 175 ◦ green 81 ◦ blue 28

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

Shades of Rich Gold #AF511C

Tints of Rich Gold #AF511C

RGB

 RED value IS 175 (68.75% from 255) = 61.62%

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

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

R = 61.62%
G = 28.52%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF511C (or 0xAF511C) is known color: Rich Gold. HEX triplet: AF, 51 and 1C. RGB value is (175,81,28). Sum of RGB (Red+Green+Blue) = 175+81+28=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF511C is #50AEE3. Grayscale: #676767. Windows color (decimal): -5287652 or 1855919. OLE color: 1855919.

HSL color Cylindrical-coordinate representation of color #AF511C: hue angle of 21.63º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF511C is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 81 28 -
CMYK 0 0.54 0.84 0.31
HSL 21.63º 0.72% 0.4% -
HSV(B) 21.63º 0.84% 0.69% -
XYZ 20.83 15.08 2.91 -
YUV 103.06 85.64 179.31 -
System Red Green Blue C M Y K H S L
Decimal 175 81 28 0 0.54 0.84 0.31 21.63 0.72 0.4
Hex AF 51 1C 0 36 54 1F 16 48 28
Octal 257 121 34 0 66 124 37 26 110 50
Binary 10101111 1010001 11100 0 110110 1010100 11111 10110 1001000 101000

Color Harmonies of #AF511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF511C

Black with #AF511C

Text Example


Text Example

White with #AF511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF511C; }

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

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

background-color css

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

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

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

border-color css

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

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

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