Html Css Color HEX #AF931A Lucky

📋 copy color: '#AF931A'

red 175 ◦ green 147 ◦ blue 26

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

Shades of Lucky #AF931A

Tints of Lucky #AF931A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 50.29%
G = 42.24%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF931A (or 0xAF931A) is known color: Lucky. HEX triplet: AF, 93 and 1A. RGB value is (175,147,26). Sum of RGB (Red+Green+Blue) = 175+147+26=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF931A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF931A is #506CE5. Grayscale: #8E8E8E. Windows color (decimal): -5270758 or 1741743. OLE color: 1741743.

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

Color convert

RGB 175 147 26 -
CMYK 0 0.16 0.85 0.31
HSL 48.72º 0.74% 0.39% -
HSV(B) 48.72º 0.85% 0.69% -
XYZ 28.3 30.06 5.29 -
YUV 141.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 175 147 26 0 0.16 0.85 0.31 48.72 0.74 0.39
Hex AF 93 1A 0 10 55 1F 31 4A 27
Octal 257 223 32 0 20 125 37 61 112 47
Binary 10101111 10010011 11010 0 10000 1010101 11111 110001 1001010 100111

Color Harmonies of #AF931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF931A

Black with #AF931A

Text Example


Text Example

White with #AF931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF931A; }

 p { color: rgb(175,147,26); }

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

background-color css

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

 a { background-color: rgb(175,147,26); }

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

border-color css

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

 span { border-color: rgb(175,147,26); }

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