Html Css Color HEX #AF511A Rich Gold

📋 copy color: '#AF511A'

red 175 ◦ green 81 ◦ blue 26

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

Shades of Rich Gold #AF511A

Tints of Rich Gold #AF511A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 62.06%
G = 28.72%
B = 9.22%

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

#AF511A (or 0xAF511A) is known color: Rich Gold. HEX triplet: AF, 51 and 1A. RGB value is (175,81,26). Sum of RGB (Red+Green+Blue) = 175+81+26=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF511A is #50AEE5. Grayscale: #676767. Windows color (decimal): -5287654 or 1724847. OLE color: 1724847.

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

Color convert

RGB 175 81 26 -
CMYK 0 0.54 0.85 0.31
HSL 22.15º 0.74% 0.39% -
HSV(B) 22.15º 0.85% 0.69% -
XYZ 20.81 15.07 2.79 -
YUV 102.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 175 81 26 0 0.54 0.85 0.31 22.15 0.74 0.39
Hex AF 51 1A 0 36 55 1F 16 4A 27
Octal 257 121 32 0 66 125 37 26 112 47
Binary 10101111 1010001 11010 0 110110 1010101 11111 10110 1001010 100111

Color Harmonies of #AF511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF511A

Black with #AF511A

Text Example


Text Example

White with #AF511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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