Html Css Color HEX #AF921A Lucky

📋 copy color: '#AF921A'

red 175 ◦ green 146 ◦ blue 26

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

Shades of Lucky #AF921A

Tints of Lucky #AF921A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

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

R = 50.43%
G = 42.07%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF921A (or 0xAF921A) is known color: Lucky. HEX triplet: AF, 92 and 1A. RGB value is (175,146,26). Sum of RGB (Red+Green+Blue) = 175+146+26=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF921A is #506DE5. Grayscale: #8D8D8D. Windows color (decimal): -5271014 or 1741487. OLE color: 1741487.

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

Color convert

RGB 175 146 26 -
CMYK 0 0.17 0.85 0.31
HSL 48.32º 0.74% 0.39% -
HSV(B) 48.32º 0.85% 0.69% -
XYZ 28.14 29.75 5.24 -
YUV 140.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 175 146 26 0 0.17 0.85 0.31 48.32 0.74 0.39
Hex AF 92 1A 0 11 55 1F 30 4A 27
Octal 257 222 32 0 21 125 37 60 112 47
Binary 10101111 10010010 11010 0 10001 1010101 11111 110000 1001010 100111

Color Harmonies of #AF921A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF921A

Black with #AF921A

Text Example


Text Example

White with #AF921A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF921A; }

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

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

background-color css

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

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

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

border-color css

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

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

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