Html Css Color HEX #A48F25 Lucky

📋 copy color: '#A48F25'

red 164 ◦ green 143 ◦ blue 37

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

Shades of Lucky #A48F25

Tints of Lucky #A48F25

RGB

 RED value IS 164 (64.45% from 255) = 47.67%

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

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

R = 47.67%
G = 41.57%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A48F25 (or 0xA48F25) is known color: Lucky. HEX triplet: A4, 8F and 25. RGB value is (164,143,37). Sum of RGB (Red+Green+Blue) = 164+143+37=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48F25 is #5B70DA. Grayscale: #898989. Windows color (decimal): -5992667 or 2461604. OLE color: 2461604.

HSL color Cylindrical-coordinate representation of color #A48F25: hue angle of 50.08º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A48F25 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 143 37 -
CMYK 0 0.13 0.77 0.36
HSL 50.08º 0.63% 0.39% -
HSV(B) 50.08º 0.77% 0.64% -
XYZ 25.47 27.67 5.75 -
YUV 137.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 164 143 37 0 0.13 0.77 0.36 50.08 0.63 0.39
Hex A4 8F 25 0 D 4D 24 32 3F 27
Octal 244 217 45 0 15 115 44 62 77 47
Binary 10100100 10001111 100101 0 1101 1001101 100100 110010 111111 100111

Color Harmonies of #A48F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F25

Black with #A48F25

Text Example


Text Example

White with #A48F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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