Html Css Color HEX #A5982C Lucky

📋 copy color: '#A5982C'

red 165 ◦ green 152 ◦ blue 44

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

Shades of Lucky #A5982C

Tints of Lucky #A5982C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 45.71%
G = 42.11%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5982C (or 0xA5982C) is known color: Lucky. HEX triplet: A5, 98 and 2C. RGB value is (165,152,44). Sum of RGB (Red+Green+Blue) = 165+152+44=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5982C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5982C is #5A67D3. Grayscale: #909090. Windows color (decimal): -5924820 or 2922661. OLE color: 2922661.

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

Color convert

RGB 165 152 44 -
CMYK 0 0.08 0.73 0.35
HSL 53.55º 0.58% 0.41% -
HSV(B) 53.55º 0.73% 0.65% -
XYZ 27.2 30.64 6.86 -
YUV 143.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 165 152 44 0 0.08 0.73 0.35 53.55 0.58 0.41
Hex A5 98 2C 0 8 49 23 36 3A 29
Octal 245 230 54 0 10 111 43 66 72 51
Binary 10100101 10011000 101100 0 1000 1001001 100011 110110 111010 101001

Color Harmonies of #A5982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5982C

Black with #A5982C

Text Example


Text Example

White with #A5982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5982C; }

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

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

background-color css

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

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

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

border-color css

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

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

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