Html Css Color HEX #AF8F1D Lucky

📋 copy color: '#AF8F1D'

red 175 ◦ green 143 ◦ blue 29

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

Shades of Lucky #AF8F1D

Tints of Lucky #AF8F1D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.21%

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

R = 50.43%
G = 41.21%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF8F1D (or 0xAF8F1D) is known color: Lucky. HEX triplet: AF, 8F and 1D. RGB value is (175,143,29). Sum of RGB (Red+Green+Blue) = 175+143+29=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8F1D is #5070E2. Grayscale: #8C8C8C. Windows color (decimal): -5271779 or 1937327. OLE color: 1937327.

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

Color convert

RGB 175 143 29 -
CMYK 0 0.18 0.83 0.31
HSL 46.85º 0.72% 0.4% -
HSV(B) 46.85º 0.83% 0.69% -
XYZ 27.72 28.85 5.27 -
YUV 139.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 175 143 29 0 0.18 0.83 0.31 46.85 0.72 0.4
Hex AF 8F 1D 0 12 53 1F 2F 48 28
Octal 257 217 35 0 22 123 37 57 110 50
Binary 10101111 10001111 11101 0 10010 1010011 11111 101111 1001000 101000

Color Harmonies of #AF8F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8F1D

Black with #AF8F1D

Text Example


Text Example

White with #AF8F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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