Html Css Color HEX #AF521C Rich Gold

📋 copy color: '#AF521C'

red 175 ◦ green 82 ◦ blue 28

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

Shades of Rich Gold #AF521C

Tints of Rich Gold #AF521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 61.4%
G = 28.77%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF521C (or 0xAF521C) is known color: Rich Gold. HEX triplet: AF, 52 and 1C. RGB value is (175,82,28). Sum of RGB (Red+Green+Blue) = 175+82+28=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF521C is #50ADE3. Grayscale: #676767. Windows color (decimal): -5287396 or 1856175. OLE color: 1856175.

HSL color Cylindrical-coordinate representation of color #AF521C: hue angle of 22.04º 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 #AF521C is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 82 28 -
CMYK 0 0.53 0.84 0.31
HSL 22.04º 0.72% 0.4% -
HSV(B) 22.04º 0.84% 0.69% -
XYZ 20.91 15.23 2.94 -
YUV 103.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 175 82 28 0 0.53 0.84 0.31 22.04 0.72 0.4
Hex AF 52 1C 0 35 54 1F 16 48 28
Octal 257 122 34 0 65 124 37 26 110 50
Binary 10101111 1010010 11100 0 110101 1010100 11111 10110 1001000 101000

Color Harmonies of #AF521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF521C

Black with #AF521C

Text Example


Text Example

White with #AF521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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