Html Css Color HEX #AF9823 Lucky

📋 copy color: '#AF9823'

red 175 ◦ green 152 ◦ blue 35

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

Shades of Lucky #AF9823

Tints of Lucky #AF9823

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.99%

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

R = 48.34%
G = 41.99%
B = 9.67%

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

#AF9823 (or 0xAF9823) is known color: Lucky. HEX triplet: AF, 98 and 23. RGB value is (175,152,35). Sum of RGB (Red+Green+Blue) = 175+152+35=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9823 is #5067DC. Grayscale: #929292. Windows color (decimal): -5269469 or 2332847. OLE color: 2332847.

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

Color convert

RGB 175 152 35 -
CMYK 0 0.13 0.8 0.31
HSL 50.14º 0.67% 0.41% -
HSV(B) 50.14º 0.8% 0.69% -
XYZ 29.21 31.69 6.17 -
YUV 145.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 175 152 35 0 0.13 0.8 0.31 50.14 0.67 0.41
Hex AF 98 23 0 D 50 1F 32 43 29
Octal 257 230 43 0 15 120 37 62 103 51
Binary 10101111 10011000 100011 0 1101 1010000 11111 110010 1000011 101001

Color Harmonies of #AF9823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9823

Black with #AF9823

Text Example


Text Example

White with #AF9823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9823; }

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

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

background-color css

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

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

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

border-color css

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

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

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