Html Css Color HEX #A88F25 Lucky

📋 copy color: '#A88F25'

red 168 ◦ green 143 ◦ blue 37

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

Shades of Lucky #A88F25

Tints of Lucky #A88F25

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.09%

 BLUE value IS 37 (14.84% from 255) = 10.63%

R = 48.28%
G = 41.09%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A88F25 (or 0xA88F25) is known color: Lucky. HEX triplet: A8, 8F and 25. RGB value is (168,143,37). Sum of RGB (Red+Green+Blue) = 168+143+37=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88F25 is #5770DA. Grayscale: #8A8A8A. Windows color (decimal): -5730523 or 2461608. OLE color: 2461608.

HSL color Cylindrical-coordinate representation of color #A88F25: hue angle of 48.55º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A88F25 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 143 37 -
CMYK 0 0.15 0.78 0.34
HSL 48.55º 0.64% 0.4% -
HSV(B) 48.55º 0.78% 0.66% -
XYZ 26.3 28.1 5.79 -
YUV 138.39 70.78 149.12 -
System Red Green Blue C M Y K H S L
Decimal 168 143 37 0 0.15 0.78 0.34 48.55 0.64 0.4
Hex A8 8F 25 0 F 4E 22 31 40 28
Octal 250 217 45 0 17 116 42 61 100 50
Binary 10101000 10001111 100101 0 1111 1001110 100010 110001 1000000 101000

Color Harmonies of #A88F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88F25

Black with #A88F25

Text Example


Text Example

White with #A88F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88F25; }

 p { color: rgb(168,143,37); }

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

background-color css

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

 a { background-color: rgb(168,143,37); }

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

border-color css

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

 span { border-color: rgb(168,143,37); }

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