Html Css Color HEX #ABA307 Lucky

📋 copy color: '#ABA307'

red 171 ◦ green 163 ◦ blue 7

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

Shades of Lucky #ABA307

Tints of Lucky #ABA307

RGB

 RED value IS 171 (67.19% from 255) = 50.15%

 GREEN value IS 163 (64.06% from 255) = 47.8%

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 50.15%
G = 47.8%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#ABA307 (or 0xABA307) is known color: Lucky. HEX triplet: AB, A3 and 07. RGB value is (171,163,7). Sum of RGB (Red+Green+Blue) = 171+163+7=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 7 (3.12% from 255 or 2.05% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA307 is #545CF8. Grayscale: #949494. Windows color (decimal): -5528825 or 500651. OLE color: 500651.

HSL color Cylindrical-coordinate representation of color #ABA307: hue angle of 57.07º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABA307 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 163 7 -
CMYK 0 0.05 0.96 0.33
HSL 57.07º 0.92% 0.35% -
HSV(B) 57.07º 0.96% 0.67% -
XYZ 29.93 34.87 5.35 -
YUV 147.61 48.65 144.68 -
System Red Green Blue C M Y K H S L
Decimal 171 163 7 0 0.05 0.96 0.33 57.07 0.92 0.35
Hex AB A3 7 0 5 60 21 39 5C 23
Octal 253 243 7 0 5 140 41 71 134 43
Binary 10101011 10100011 111 0 101 1100000 100001 111001 1011100 100011

Color Harmonies of #ABA307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA307

Black with #ABA307

Text Example


Text Example

White with #ABA307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA307; }

 p { color: rgb(171,163,7); }

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

background-color css

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

 a { background-color: rgb(171,163,7); }

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

border-color css

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

 span { border-color: rgb(171,163,7); }

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