Html Css Color HEX #AF511E Rich Gold

📋 copy color: '#AF511E'

red 175 ◦ green 81 ◦ blue 30

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

Shades of Rich Gold #AF511E

Tints of Rich Gold #AF511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 61.19%
G = 28.32%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF511E (or 0xAF511E) is known color: Rich Gold. HEX triplet: AF, 51 and 1E. RGB value is (175,81,30). Sum of RGB (Red+Green+Blue) = 175+81+30=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF511E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF511E is #50AEE1. Grayscale: #676767. Windows color (decimal): -5287650 or 1986991. OLE color: 1986991.

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

Color convert

RGB 175 81 30 -
CMYK 0 0.54 0.83 0.31
HSL 21.1º 0.71% 0.4% -
HSV(B) 21.1º 0.83% 0.69% -
XYZ 20.86 15.09 3.04 -
YUV 103.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 175 81 30 0 0.54 0.83 0.31 21.1 0.71 0.4
Hex AF 51 1E 0 36 53 1F 15 47 28
Octal 257 121 36 0 66 123 37 25 107 50
Binary 10101111 1010001 11110 0 110110 1010011 11111 10101 1000111 101000

Color Harmonies of #AF511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF511E

Black with #AF511E

Text Example


Text Example

White with #AF511E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF511E; }

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

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

background-color css

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

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

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

border-color css

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

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

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