Html Css Color HEX #AE971B Lucky

📋 copy color: '#AE971B'

red 174 ◦ green 151 ◦ blue 27

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

Shades of Lucky #AE971B

Tints of Lucky #AE971B

RGB

 RED value IS 174 (68.36% from 255) = 49.43%

 GREEN value IS 151 (59.38% from 255) = 42.9%

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 49.43%
G = 42.9%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE971B (or 0xAE971B) is known color: Lucky. HEX triplet: AE, 97 and 1B. RGB value is (174,151,27). Sum of RGB (Red+Green+Blue) = 174+151+27=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE971B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE971B is #5168E4. Grayscale: #909090. Windows color (decimal): -5335269 or 1808302. OLE color: 1808302.

HSL color Cylindrical-coordinate representation of color #AE971B: hue angle of 50.61º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE971B is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 151 27 -
CMYK 0 0.13 0.84 0.32
HSL 50.61º 0.73% 0.39% -
HSV(B) 50.61º 0.84% 0.68% -
XYZ 28.72 31.21 5.55 -
YUV 143.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 174 151 27 0 0.13 0.84 0.32 50.61 0.73 0.39
Hex AE 97 1B 0 D 54 20 33 49 27
Octal 256 227 33 0 15 124 40 63 111 47
Binary 10101110 10010111 11011 0 1101 1010100 100000 110011 1001001 100111

Color Harmonies of #AE971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE971B

Black with #AE971B

Text Example


Text Example

White with #AE971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE971B; }

 p { color: rgb(174,151,27); }

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

background-color css

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

 a { background-color: rgb(174,151,27); }

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

border-color css

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

 span { border-color: rgb(174,151,27); }

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