Html Css Color HEX #AF991A Lucky

📋 copy color: '#AF991A'

red 175 ◦ green 153 ◦ blue 26

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

Shades of Lucky #AF991A

Tints of Lucky #AF991A

RGB

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

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

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

R = 49.44%
G = 43.22%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF991A (or 0xAF991A) is known color: Lucky. HEX triplet: AF, 99 and 1A. RGB value is (175,153,26). Sum of RGB (Red+Green+Blue) = 175+153+26=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF991A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF991A is #5066E5. Grayscale: #919191. Windows color (decimal): -5269222 or 1743279. OLE color: 1743279.

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

Color convert

RGB 175 153 26 -
CMYK 0 0.13 0.85 0.31
HSL 51.14º 0.74% 0.39% -
HSV(B) 51.14º 0.85% 0.69% -
XYZ 29.26 31.97 5.61 -
YUV 145.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 175 153 26 0 0.13 0.85 0.31 51.14 0.74 0.39
Hex AF 99 1A 0 D 55 1F 33 4A 27
Octal 257 231 32 0 15 125 37 63 112 47
Binary 10101111 10011001 11010 0 1101 1010101 11111 110011 1001010 100111

Color Harmonies of #AF991A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF991A

Black with #AF991A

Text Example


Text Example

White with #AF991A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF991A; }

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

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

background-color css

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

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

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

border-color css

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

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

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