Html Css Color HEX #AF511B Rich Gold

📋 copy color: '#AF511B'

red 175 ◦ green 81 ◦ blue 27

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

Shades of Rich Gold #AF511B

Tints of Rich Gold #AF511B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.54%

R = 61.84%
G = 28.62%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF511B (or 0xAF511B) is known color: Rich Gold. HEX triplet: AF, 51 and 1B. RGB value is (175,81,27). Sum of RGB (Red+Green+Blue) = 175+81+27=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF511B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF511B is #50AEE4. Grayscale: #676767. Windows color (decimal): -5287653 or 1790383. OLE color: 1790383.

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

Color convert

RGB 175 81 27 -
CMYK 0 0.54 0.85 0.31
HSL 21.89º 0.73% 0.4% -
HSV(B) 21.89º 0.85% 0.69% -
XYZ 20.82 15.08 2.85 -
YUV 102.95 85.14 179.39 -
System Red Green Blue C M Y K H S L
Decimal 175 81 27 0 0.54 0.85 0.31 21.89 0.73 0.4
Hex AF 51 1B 0 36 55 1F 16 49 28
Octal 257 121 33 0 66 125 37 26 111 50
Binary 10101111 1010001 11011 0 110110 1010101 11111 10110 1001001 101000

Color Harmonies of #AF511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF511B

Black with #AF511B

Text Example


Text Example

White with #AF511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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