Html Css Color HEX #AF501D Rich Gold

📋 copy color: '#AF501D'

red 175 ◦ green 80 ◦ blue 29

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

Shades of Rich Gold #AF501D

Tints of Rich Gold #AF501D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 61.62%
G = 28.17%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF501D (or 0xAF501D) is known color: Rich Gold. HEX triplet: AF, 50 and 1D. RGB value is (175,80,29). Sum of RGB (Red+Green+Blue) = 175+80+29=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF501D is #50AFE2. Grayscale: #666666. Windows color (decimal): -5287907 or 1921199. OLE color: 1921199.

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

Color convert

RGB 175 80 29 -
CMYK 0 0.54 0.83 0.31
HSL 20.96º 0.72% 0.4% -
HSV(B) 20.96º 0.83% 0.69% -
XYZ 20.77 14.94 2.95 -
YUV 102.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 175 80 29 0 0.54 0.83 0.31 20.96 0.72 0.4
Hex AF 50 1D 0 36 53 1F 15 48 28
Octal 257 120 35 0 66 123 37 25 110 50
Binary 10101111 1010000 11101 0 110110 1010011 11111 10101 1001000 101000

Color Harmonies of #AF501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF501D

Black with #AF501D

Text Example


Text Example

White with #AF501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF501D; }

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

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

background-color css

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

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

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

border-color css

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

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

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