Html Css Color HEX #AF5D1B Rich Gold

📋 copy color: '#AF5D1B'

red 175 ◦ green 93 ◦ blue 27

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

Shades of Rich Gold #AF5D1B

Tints of Rich Gold #AF5D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 59.32%
G = 31.53%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF5D1B (or 0xAF5D1B) is known color: Rich Gold. HEX triplet: AF, 5D and 1B. RGB value is (175,93,27). Sum of RGB (Red+Green+Blue) = 175+93+27=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D1B is #50A2E4. Grayscale: #6E6E6E. Windows color (decimal): -5284581 or 1793455. OLE color: 1793455.

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

Color convert

RGB 175 93 27 -
CMYK 0 0.47 0.85 0.31
HSL 26.76º 0.73% 0.4% -
HSV(B) 26.76º 0.85% 0.69% -
XYZ 21.79 17.02 3.17 -
YUV 109.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 175 93 27 0 0.47 0.85 0.31 26.76 0.73 0.4
Hex AF 5D 1B 0 2F 55 1F 1B 49 28
Octal 257 135 33 0 57 125 37 33 111 50
Binary 10101111 1011101 11011 0 101111 1010101 11111 11011 1001001 101000

Color Harmonies of #AF5D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D1B

Black with #AF5D1B

Text Example


Text Example

White with #AF5D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D1B; }

 p { color: rgb(175,93,27); }

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

background-color css

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

 a { background-color: rgb(175,93,27); }

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

border-color css

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

 span { border-color: rgb(175,93,27); }

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