Html Css Color HEX #A29713 Lucky

📋 copy color: '#A29713'

red 162 ◦ green 151 ◦ blue 19

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

Shades of Lucky #A29713

Tints of Lucky #A29713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 48.8%
G = 45.48%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A29713 (or 0xA29713) is known color: Lucky. HEX triplet: A2, 97 and 13. RGB value is (162,151,19). Sum of RGB (Red+Green+Blue) = 162+151+19=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A29713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29713 is #5D68EC. Grayscale: #8B8B8B. Windows color (decimal): -6121709 or 1284002. OLE color: 1284002.

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

Color convert

RGB 162 151 19 -
CMYK 0 0.07 0.88 0.36
HSL 55.38º 0.79% 0.35% -
HSV(B) 55.38º 0.88% 0.64% -
XYZ 26.08 29.86 5.01 -
YUV 139.24 60.14 144.23 -
System Red Green Blue C M Y K H S L
Decimal 162 151 19 0 0.07 0.88 0.36 55.38 0.79 0.35
Hex A2 97 13 0 7 58 24 37 4F 23
Octal 242 227 23 0 7 130 44 67 117 43
Binary 10100010 10010111 10011 0 111 1011000 100100 110111 1001111 100011

Color Harmonies of #A29713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29713

Black with #A29713

Text Example


Text Example

White with #A29713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29713; }

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

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

background-color css

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

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

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

border-color css

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

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

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