Html Css Color HEX #A5981B Lucky

📋 copy color: '#A5981B'

red 165 ◦ green 152 ◦ blue 27

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

Shades of Lucky #A5981B

Tints of Lucky #A5981B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.85%

R = 47.97%
G = 44.19%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5981B (or 0xA5981B) is known color: Lucky. HEX triplet: A5, 98 and 1B. RGB value is (165,152,27). Sum of RGB (Red+Green+Blue) = 165+152+27=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5981B is #5A67E4. Grayscale: #8E8E8E. Windows color (decimal): -5924837 or 1808549. OLE color: 1808549.

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

Color convert

RGB 165 152 27 -
CMYK 0 0.08 0.84 0.35
HSL 54.35º 0.72% 0.38% -
HSV(B) 54.35º 0.84% 0.65% -
XYZ 26.94 30.53 5.51 -
YUV 141.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 165 152 27 0 0.08 0.84 0.35 54.35 0.72 0.38
Hex A5 98 1B 0 8 54 23 36 48 26
Octal 245 230 33 0 10 124 43 66 110 46
Binary 10100101 10011000 11011 0 1000 1010100 100011 110110 1001000 100110

Color Harmonies of #A5981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5981B

Black with #A5981B

Text Example


Text Example

White with #A5981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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