Html Css Color HEX #A5981F Lucky

📋 copy color: '#A5981F'

red 165 ◦ green 152 ◦ blue 31

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

Shades of Lucky #A5981F

Tints of Lucky #A5981F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 47.41%
G = 43.68%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5981F (or 0xA5981F) is known color: Lucky. HEX triplet: A5, 98 and 1F. RGB value is (165,152,31). Sum of RGB (Red+Green+Blue) = 165+152+31=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A5981F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5981F is #5A67E0. Grayscale: #8E8E8E. Windows color (decimal): -5924833 or 2070693. OLE color: 2070693.

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

Color convert

RGB 165 152 31 -
CMYK 0 0.08 0.81 0.35
HSL 54.18º 0.68% 0.38% -
HSV(B) 54.18º 0.81% 0.65% -
XYZ 26.99 30.55 5.77 -
YUV 142.09 65.31 144.34 -
System Red Green Blue C M Y K H S L
Decimal 165 152 31 0 0.08 0.81 0.35 54.18 0.68 0.38
Hex A5 98 1F 0 8 51 23 36 44 26
Octal 245 230 37 0 10 121 43 66 104 46
Binary 10100101 10011000 11111 0 1000 1010001 100011 110110 1000100 100110

Color Harmonies of #A5981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5981F

Black with #A5981F

Text Example


Text Example

White with #A5981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5981F; }

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

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

background-color css

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

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

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

border-color css

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

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

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