Html Css Color HEX #A48442 Luxor Gold

📋 copy color: '#A48442'

red 164 ◦ green 132 ◦ blue 66

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

Shades of Luxor Gold #A48442

Tints of Luxor Gold #A48442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 45.3%
G = 36.46%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A48442 (or 0xA48442) is known color: Luxor Gold. HEX triplet: A4, 84 and 42. RGB value is (164,132,66). Sum of RGB (Red+Green+Blue) = 164+132+66=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A48442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48442 is #5B7BBD. Grayscale: #868686. Windows color (decimal): -5995454 or 4359332. OLE color: 4359332.

HSL color Cylindrical-coordinate representation of color #A48442: hue angle of 40.41º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A48442 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 132 66 -
CMYK 0 0.20 0.60 0.36
HSL 40.41º 0.43% 0.45% -
HSV(B) 40.41º 0.6% 0.64% -
XYZ 24.54 24.79 8.65 -
YUV 134.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 164 132 66 0 0.20 0.60 0.36 40.41 0.43 0.45
Hex A4 84 42 0 14 3C 24 28 2B 2D
Octal 244 204 102 0 24 74 44 50 53 55
Binary 10100100 10000100 1000010 0 10100 111100 100100 101000 101011 101101

Color Harmonies of #A48442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48442

Black with #A48442

Text Example


Text Example

White with #A48442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48442; }

 p { color: rgb(164,132,66); }

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

background-color css

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

 a { background-color: rgb(164,132,66); }

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

border-color css

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

 span { border-color: rgb(164,132,66); }

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