Html Css Color HEX #AF9B25 Lucky

📋 copy color: '#AF9B25'

red 175 ◦ green 155 ◦ blue 37

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

Shades of Lucky #AF9B25

Tints of Lucky #AF9B25

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.23%

 BLUE value IS 37 (14.84% from 255) = 10.08%

R = 47.68%
G = 42.23%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF9B25 (or 0xAF9B25) is known color: Lucky. HEX triplet: AF, 9B and 25. RGB value is (175,155,37). Sum of RGB (Red+Green+Blue) = 175+155+37=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 37 (14.84% from 255 or 10.08% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9B25 is #5064DA. Grayscale: #949494. Windows color (decimal): -5268699 or 2464687. OLE color: 2464687.

HSL color Cylindrical-coordinate representation of color #AF9B25: hue angle of 51.3º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF9B25 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 155 37 -
CMYK 0 0.11 0.79 0.31
HSL 51.3º 0.65% 0.42% -
HSV(B) 51.3º 0.79% 0.69% -
XYZ 29.73 32.69 6.49 -
YUV 147.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 175 155 37 0 0.11 0.79 0.31 51.3 0.65 0.42
Hex AF 9B 25 0 B 4F 1F 33 41 2A
Octal 257 233 45 0 13 117 37 63 101 52
Binary 10101111 10011011 100101 0 1011 1001111 11111 110011 1000001 101010

Color Harmonies of #AF9B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9B25

Black with #AF9B25

Text Example


Text Example

White with #AF9B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9B25; }

 p { color: rgb(175,155,37); }

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

background-color css

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

 a { background-color: rgb(175,155,37); }

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

border-color css

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

 span { border-color: rgb(175,155,37); }

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