Html Css Color HEX #AF521D Rich Gold

📋 copy color: '#AF521D'

red 175 ◦ green 82 ◦ blue 29

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

Shades of Rich Gold #AF521D

Tints of Rich Gold #AF521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.14%

R = 61.19%
G = 28.67%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF521D (or 0xAF521D) is known color: Rich Gold. HEX triplet: AF, 52 and 1D. RGB value is (175,82,29). Sum of RGB (Red+Green+Blue) = 175+82+29=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF521D is #50ADE2. Grayscale: #686868. Windows color (decimal): -5287395 or 1921711. OLE color: 1921711.

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

Color convert

RGB 175 82 29 -
CMYK 0 0.53 0.83 0.31
HSL 21.78º 0.72% 0.4% -
HSV(B) 21.78º 0.83% 0.69% -
XYZ 20.92 15.24 3 -
YUV 103.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 175 82 29 0 0.53 0.83 0.31 21.78 0.72 0.4
Hex AF 52 1D 0 35 53 1F 16 48 28
Octal 257 122 35 0 65 123 37 26 110 50
Binary 10101111 1010010 11101 0 110101 1010011 11111 10110 1001000 101000

Color Harmonies of #AF521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF521D

Black with #AF521D

Text Example


Text Example

White with #AF521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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