Html Css Color HEX #A2980D Lucky

📋 copy color: '#A2980D'

red 162 ◦ green 152 ◦ blue 13

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

Shades of Lucky #A2980D

Tints of Lucky #A2980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 49.54%
G = 46.48%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A2980D (or 0xA2980D) is known color: Lucky. HEX triplet: A2, 98 and 0D. RGB value is (162,152,13). Sum of RGB (Red+Green+Blue) = 162+152+13=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A2980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2980D is #5D67F2. Grayscale: #8B8B8B. Windows color (decimal): -6121459 or 891042. OLE color: 891042.

HSL color Cylindrical-coordinate representation of color #A2980D: hue angle of 55.97º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2980D is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 152 13 -
CMYK 0 0.06 0.92 0.36
HSL 55.97º 0.85% 0.34% -
HSV(B) 55.97º 0.92% 0.64% -
XYZ 26.2 30.17 4.82 -
YUV 139.14 56.81 144.3 -
System Red Green Blue C M Y K H S L
Decimal 162 152 13 0 0.06 0.92 0.36 55.97 0.85 0.34
Hex A2 98 D 0 6 5C 24 38 55 22
Octal 242 230 15 0 6 134 44 70 125 42
Binary 10100010 10011000 1101 0 110 1011100 100100 111000 1010101 100010

Color Harmonies of #A2980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2980D

Black with #A2980D

Text Example


Text Example

White with #A2980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2980D; }

 p { color: rgb(162,152,13); }

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

background-color css

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

 a { background-color: rgb(162,152,13); }

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

border-color css

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

 span { border-color: rgb(162,152,13); }

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