Html Css Color HEX #A19427 Lucky

📋 copy color: '#A19427'

red 161 ◦ green 148 ◦ blue 39

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

Shades of Lucky #A19427

Tints of Lucky #A19427

RGB

 RED value IS 161 (63.28% from 255) = 46.26%

 GREEN value IS 148 (58.2% from 255) = 42.53%

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 46.26%
G = 42.53%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A19427 (or 0xA19427) is known color: Lucky. HEX triplet: A1, 94 and 27. RGB value is (161,148,39). Sum of RGB (Red+Green+Blue) = 161+148+39=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A19427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19427 is #5E6BD8. Grayscale: #8B8B8B. Windows color (decimal): -6187993 or 2593953. OLE color: 2593953.

HSL color Cylindrical-coordinate representation of color #A19427: hue angle of 53.61º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A19427 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 148 39 -
CMYK 0 0.08 0.76 0.37
HSL 53.61º 0.61% 0.39% -
HSV(B) 53.61º 0.76% 0.63% -
XYZ 25.65 28.9 6.15 -
YUV 139.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 161 148 39 0 0.08 0.76 0.37 53.61 0.61 0.39
Hex A1 94 27 0 8 4C 25 36 3D 27
Octal 241 224 47 0 10 114 45 66 75 47
Binary 10100001 10010100 100111 0 1000 1001100 100101 110110 111101 100111

Color Harmonies of #A19427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19427

Black with #A19427

Text Example


Text Example

White with #A19427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19427; }

 p { color: rgb(161,148,39); }

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

background-color css

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

 a { background-color: rgb(161,148,39); }

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

border-color css

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

 span { border-color: rgb(161,148,39); }

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