Html Css Color HEX #AF5E1B Rich Gold

📋 copy color: '#AF5E1B'

red 175 ◦ green 94 ◦ blue 27

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

Shades of Rich Gold #AF5E1B

Tints of Rich Gold #AF5E1B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.76%

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

R = 59.12%
G = 31.76%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF5E1B (or 0xAF5E1B) is known color: Rich Gold. HEX triplet: AF, 5E and 1B. RGB value is (175,94,27). Sum of RGB (Red+Green+Blue) = 175+94+27=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5E1B is #50A1E4. Grayscale: #6E6E6E. Windows color (decimal): -5284325 or 1793711. OLE color: 1793711.

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

Color convert

RGB 175 94 27 -
CMYK 0 0.46 0.85 0.31
HSL 27.16º 0.73% 0.4% -
HSV(B) 27.16º 0.85% 0.69% -
XYZ 21.88 17.2 3.2 -
YUV 110.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 175 94 27 0 0.46 0.85 0.31 27.16 0.73 0.4
Hex AF 5E 1B 0 2E 55 1F 1B 49 28
Octal 257 136 33 0 56 125 37 33 111 50
Binary 10101111 1011110 11011 0 101110 1010101 11111 11011 1001001 101000

Color Harmonies of #AF5E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E1B

Black with #AF5E1B

Text Example


Text Example

White with #AF5E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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