Html Css Color HEX #A88B19 Lucky

📋 copy color: '#A88B19'

red 168 ◦ green 139 ◦ blue 25

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

Shades of Lucky #A88B19

Tints of Lucky #A88B19

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.87%

 BLUE value IS 25 (10.16% from 255) = 7.53%

R = 50.6%
G = 41.87%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A88B19 (or 0xA88B19) is known color: Lucky. HEX triplet: A8, 8B and 19. RGB value is (168,139,25). Sum of RGB (Red+Green+Blue) = 168+139+25=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88B19 is #5774E6. Grayscale: #878787. Windows color (decimal): -5731559 or 1674152. OLE color: 1674152.

HSL color Cylindrical-coordinate representation of color #A88B19: hue angle of 47.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A88B19 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 139 25 -
CMYK 0 0.17 0.85 0.34
HSL 47.83º 0.74% 0.38% -
HSV(B) 47.83º 0.85% 0.66% -
XYZ 25.56 26.86 4.76 -
YUV 134.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 168 139 25 0 0.17 0.85 0.34 47.83 0.74 0.38
Hex A8 8B 19 0 11 55 22 30 4A 26
Octal 250 213 31 0 21 125 42 60 112 46
Binary 10101000 10001011 11001 0 10001 1010101 100010 110000 1001010 100110

Color Harmonies of #A88B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88B19

Black with #A88B19

Text Example


Text Example

White with #A88B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88B19; }

 p { color: rgb(168,139,25); }

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

background-color css

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

 a { background-color: rgb(168,139,25); }

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

border-color css

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

 span { border-color: rgb(168,139,25); }

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