Html Css Color HEX #A29700 Lucky

📋 copy color: '#A29700'

red 162 ◦ green 151 ◦ blue 0

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

Shades of Lucky #A29700

Tints of Lucky #A29700

RGB

 RED value IS 162 (63.67% from 255) = 51.76%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.76%
G = 48.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A29700 (or 0xA29700) is known color: Lucky. HEX triplet: A2, 97 and 00. RGB value is (162,151,0). Sum of RGB (Red+Green+Blue) = 162+151+0=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A29700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29700 is #5D68FF. Grayscale: #898989. Windows color (decimal): -6121728 or 38818. OLE color: 38818.

HSL color Cylindrical-coordinate representation of color #A29700: hue angle of 55.93º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A29700 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 151 0 -
CMYK 0 0.07 1 0.36
HSL 55.93º 1% 0.32% -
HSV(B) 55.93º 1% 0.64% -
XYZ 25.97 29.81 4.39 -
YUV 137.08 50.64 145.78 -
System Red Green Blue C M Y K H S L
Decimal 162 151 0 0 0.07 1 0.36 55.93 1 0.32
Hex A2 97 0 0 7 64 24 38 64 20
Octal 242 227 0 0 7 144 44 70 144 40
Binary 10100010 10010111 0 0 111 1100100 100100 111000 1100100 100000

Color Harmonies of #A29700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29700

Black with #A29700

Text Example


Text Example

White with #A29700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29700; }

 p { color: rgb(162,151,0); }

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

background-color css

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

 a { background-color: rgb(162,151,0); }

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

border-color css

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

 span { border-color: rgb(162,151,0); }

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