Html Css Color HEX #AF541F Rich Gold

📋 copy color: '#AF541F'

red 175 ◦ green 84 ◦ blue 31

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

Shades of Rich Gold #AF541F

Tints of Rich Gold #AF541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.97%

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

R = 60.34%
G = 28.97%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF541F (or 0xAF541F) is known color: Rich Gold. HEX triplet: AF, 54 and 1F. RGB value is (175,84,31). Sum of RGB (Red+Green+Blue) = 175+84+31=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF541F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF541F is #50ABE0. Grayscale: #696969. Windows color (decimal): -5286881 or 2053295. OLE color: 2053295.

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

Color convert

RGB 175 84 31 -
CMYK 0 0.52 0.82 0.31
HSL 22.08º 0.7% 0.4% -
HSV(B) 22.08º 0.82% 0.69% -
XYZ 21.1 15.55 3.19 -
YUV 105.17 86.15 177.81 -
System Red Green Blue C M Y K H S L
Decimal 175 84 31 0 0.52 0.82 0.31 22.08 0.7 0.4
Hex AF 54 1F 0 34 52 1F 16 46 28
Octal 257 124 37 0 64 122 37 26 106 50
Binary 10101111 1010100 11111 0 110100 1010010 11111 10110 1000110 101000

Color Harmonies of #AF541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF541F

Black with #AF541F

Text Example


Text Example

White with #AF541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF541F; }

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

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

background-color css

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

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

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

border-color css

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

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

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