Html Css Color HEX #AF5C1D Rich Gold

📋 copy color: '#AF5C1D'

red 175 ◦ green 92 ◦ blue 29

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

Shades of Rich Gold #AF5C1D

Tints of Rich Gold #AF5C1D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.08%

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

R = 59.12%
G = 31.08%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF5C1D (or 0xAF5C1D) is known color: Rich Gold. HEX triplet: AF, 5C and 1D. RGB value is (175,92,29). Sum of RGB (Red+Green+Blue) = 175+92+29=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C1D is #50A3E2. Grayscale: #6D6D6D. Windows color (decimal): -5284835 or 1924271. OLE color: 1924271.

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

Color convert

RGB 175 92 29 -
CMYK 0 0.47 0.83 0.31
HSL 25.89º 0.72% 0.4% -
HSV(B) 25.89º 0.83% 0.69% -
XYZ 21.73 16.86 3.27 -
YUV 109.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 175 92 29 0 0.47 0.83 0.31 25.89 0.72 0.4
Hex AF 5C 1D 0 2F 53 1F 1A 48 28
Octal 257 134 35 0 57 123 37 32 110 50
Binary 10101111 1011100 11101 0 101111 1010011 11111 11010 1001000 101000

Color Harmonies of #AF5C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C1D

Black with #AF5C1D

Text Example


Text Example

White with #AF5C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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