Html Css Color HEX #AF531F Rich Gold

📋 copy color: '#AF531F'

red 175 ◦ green 83 ◦ blue 31

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

Shades of Rich Gold #AF531F

Tints of Rich Gold #AF531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 60.55%
G = 28.72%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF531F (or 0xAF531F) is known color: Rich Gold. HEX triplet: AF, 53 and 1F. RGB value is (175,83,31). Sum of RGB (Red+Green+Blue) = 175+83+31=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF531F is #50ACE0. Grayscale: #686868. Windows color (decimal): -5287137 or 2053039. OLE color: 2053039.

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

Color convert

RGB 175 83 31 -
CMYK 0 0.53 0.82 0.31
HSL 21.67º 0.7% 0.4% -
HSV(B) 21.67º 0.82% 0.69% -
XYZ 21.02 15.4 3.16 -
YUV 104.58 86.48 178.23 -
System Red Green Blue C M Y K H S L
Decimal 175 83 31 0 0.53 0.82 0.31 21.67 0.7 0.4
Hex AF 53 1F 0 35 52 1F 16 46 28
Octal 257 123 37 0 65 122 37 26 106 50
Binary 10101111 1010011 11111 0 110101 1010010 11111 10110 1000110 101000

Color Harmonies of #AF531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF531F

Black with #AF531F

Text Example


Text Example

White with #AF531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF531F; }

 p { color: rgb(175,83,31); }

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

background-color css

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

 a { background-color: rgb(175,83,31); }

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

border-color css

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

 span { border-color: rgb(175,83,31); }

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