Html Css Color HEX #AF9923 Lucky

📋 copy color: '#AF9923'

red 175 ◦ green 153 ◦ blue 35

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

Shades of Lucky #AF9923

Tints of Lucky #AF9923

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

 BLUE value IS 35 (14.06% from 255) = 9.64%

R = 48.21%
G = 42.15%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#AF9923 (or 0xAF9923) is known color: Lucky. HEX triplet: AF, 99 and 23. RGB value is (175,153,35). Sum of RGB (Red+Green+Blue) = 175+153+35=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9923 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9923 is #5066DC. Grayscale: #929292. Windows color (decimal): -5269213 or 2333103. OLE color: 2333103.

HSL color Cylindrical-coordinate representation of color #AF9923: hue angle of 50.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF9923 is Cyan = 0, Magento = 0.13, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 153 35 -
CMYK 0 0.13 0.8 0.31
HSL 50.57º 0.67% 0.41% -
HSV(B) 50.57º 0.8% 0.69% -
XYZ 29.37 32.02 6.22 -
YUV 146.13 65.29 148.59 -
System Red Green Blue C M Y K H S L
Decimal 175 153 35 0 0.13 0.8 0.31 50.57 0.67 0.41
Hex AF 99 23 0 D 50 1F 33 43 29
Octal 257 231 43 0 15 120 37 63 103 51
Binary 10101111 10011001 100011 0 1101 1010000 11111 110011 1000011 101001

Color Harmonies of #AF9923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9923

Black with #AF9923

Text Example


Text Example

White with #AF9923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9923; }

 p { color: rgb(175,153,35); }

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

background-color css

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

 a { background-color: rgb(175,153,35); }

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

border-color css

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

 span { border-color: rgb(175,153,35); }

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