Html Css Color HEX #A48F45 Luxor Gold

📋 copy color: '#A48F45'

red 164 ◦ green 143 ◦ blue 69

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

Shades of Luxor Gold #A48F45

Tints of Luxor Gold #A48F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.35%

R = 43.62%
G = 38.03%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A48F45 (or 0xA48F45) is known color: Luxor Gold. HEX triplet: A4, 8F and 45. RGB value is (164,143,69). Sum of RGB (Red+Green+Blue) = 164+143+69=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48F45 is #5B70BA. Grayscale: #8D8D8D. Windows color (decimal): -5992635 or 4558756. OLE color: 4558756.

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

Color convert

RGB 164 143 69 -
CMYK 0 0.13 0.58 0.36
HSL 46.74º 0.41% 0.46% -
HSV(B) 46.74º 0.58% 0.64% -
XYZ 26.21 27.97 9.65 -
YUV 140.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 164 143 69 0 0.13 0.58 0.36 46.74 0.41 0.46
Hex A4 8F 45 0 D 3A 24 2F 29 2E
Octal 244 217 105 0 15 72 44 57 51 56
Binary 10100100 10001111 1000101 0 1101 111010 100100 101111 101001 101110

Color Harmonies of #A48F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F45

Black with #A48F45

Text Example


Text Example

White with #A48F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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