Html Css Color HEX #A09427 Lucky

📋 copy color: '#A09427'

red 160 ◦ green 148 ◦ blue 39

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

Shades of Lucky #A09427

Tints of Lucky #A09427

RGB

 RED value IS 160 (62.89% from 255) = 46.11%

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

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

R = 46.11%
G = 42.65%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A09427 (or 0xA09427) is known color: Lucky. HEX triplet: A0, 94 and 27. RGB value is (160,148,39). Sum of RGB (Red+Green+Blue) = 160+148+39=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A09427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09427 is #5F6BD8. Grayscale: #8B8B8B. Windows color (decimal): -6253529 or 2593952. OLE color: 2593952.

HSL color Cylindrical-coordinate representation of color #A09427: hue angle of 54.05º 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 #A09427 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 148 39 -
CMYK 0 0.07 0.76 0.37
HSL 54.05º 0.61% 0.39% -
HSV(B) 54.05º 0.76% 0.63% -
XYZ 25.45 28.8 6.14 -
YUV 139.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 160 148 39 0 0.07 0.76 0.37 54.05 0.61 0.39
Hex A0 94 27 0 7 4C 25 36 3D 27
Octal 240 224 47 0 7 114 45 66 75 47
Binary 10100000 10010100 100111 0 111 1001100 100101 110110 111101 100111

Color Harmonies of #A09427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09427

Black with #A09427

Text Example


Text Example

White with #A09427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09427; }

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

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

background-color css

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

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

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

border-color css

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

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

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