Html Css Color HEX #A5980C Lucky

📋 copy color: '#A5980C'

red 165 ◦ green 152 ◦ blue 12

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

Shades of Lucky #A5980C

Tints of Lucky #A5980C

RGB

 RED value IS 165 (64.84% from 255) = 50.15%

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

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 50.15%
G = 46.2%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5980C (or 0xA5980C) is known color: Lucky. HEX triplet: A5, 98 and 0C. RGB value is (165,152,12). Sum of RGB (Red+Green+Blue) = 165+152+12=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5980C is #5A67F3. Grayscale: #8C8C8C. Windows color (decimal): -5924852 or 825509. OLE color: 825509.

HSL color Cylindrical-coordinate representation of color #A5980C: hue angle of 54.9º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5980C is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 152 12 -
CMYK 0 0.08 0.93 0.35
HSL 54.9º 0.86% 0.35% -
HSV(B) 54.9º 0.93% 0.65% -
XYZ 26.81 30.48 4.82 -
YUV 139.93 55.81 145.88 -
System Red Green Blue C M Y K H S L
Decimal 165 152 12 0 0.08 0.93 0.35 54.9 0.86 0.35
Hex A5 98 C 0 8 5D 23 37 56 23
Octal 245 230 14 0 10 135 43 67 126 43
Binary 10100101 10011000 1100 0 1000 1011101 100011 110111 1010110 100011

Color Harmonies of #A5980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5980C

Black with #A5980C

Text Example


Text Example

White with #A5980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5980C; }

 p { color: rgb(165,152,12); }

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

background-color css

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

 a { background-color: rgb(165,152,12); }

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

border-color css

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

 span { border-color: rgb(165,152,12); }

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