Html Css Color HEX #A89428 Lucky

📋 copy color: '#A89428'

red 168 ◦ green 148 ◦ blue 40

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

Shades of Lucky #A89428

Tints of Lucky #A89428

RGB

 RED value IS 168 (66.02% from 255) = 47.19%

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

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 47.19%
G = 41.57%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A89428 (or 0xA89428) is known color: Lucky. HEX triplet: A8, 94 and 28. RGB value is (168,148,40). Sum of RGB (Red+Green+Blue) = 168+148+40=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A89428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89428 is #576BD7. Grayscale: #8E8E8E. Windows color (decimal): -5729240 or 2659496. OLE color: 2659496.

HSL color Cylindrical-coordinate representation of color #A89428: hue angle of 50.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A89428 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 148 40 -
CMYK 0 0.12 0.76 0.34
HSL 50.63º 0.62% 0.41% -
HSV(B) 50.63º 0.76% 0.66% -
XYZ 27.12 29.66 6.3 -
YUV 141.67 70.63 146.78 -
System Red Green Blue C M Y K H S L
Decimal 168 148 40 0 0.12 0.76 0.34 50.63 0.62 0.41
Hex A8 94 28 0 C 4C 22 33 3E 29
Octal 250 224 50 0 14 114 42 63 76 51
Binary 10101000 10010100 101000 0 1100 1001100 100010 110011 111110 101001

Color Harmonies of #A89428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89428

Black with #A89428

Text Example


Text Example

White with #A89428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89428; }

 p { color: rgb(168,148,40); }

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

background-color css

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

 a { background-color: rgb(168,148,40); }

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

border-color css

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

 span { border-color: rgb(168,148,40); }

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