Html Css Color HEX #A48542 Luxor Gold

📋 copy color: '#A48542'

red 164 ◦ green 133 ◦ blue 66

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

Shades of Luxor Gold #A48542

Tints of Luxor Gold #A48542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 45.18%
G = 36.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A48542 (or 0xA48542) is known color: Luxor Gold. HEX triplet: A4, 85 and 42. RGB value is (164,133,66). Sum of RGB (Red+Green+Blue) = 164+133+66=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A48542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48542 is #5B7ABD. Grayscale: #868686. Windows color (decimal): -5995198 or 4359588. OLE color: 4359588.

HSL color Cylindrical-coordinate representation of color #A48542: hue angle of 41.02º 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 #A48542 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 133 66 -
CMYK 0 0.19 0.60 0.36
HSL 41.02º 0.43% 0.45% -
HSV(B) 41.02º 0.6% 0.64% -
XYZ 24.68 25.06 8.69 -
YUV 134.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 164 133 66 0 0.19 0.60 0.36 41.02 0.43 0.45
Hex A4 85 42 0 13 3C 24 29 2B 2D
Octal 244 205 102 0 23 74 44 51 53 55
Binary 10100100 10000101 1000010 0 10011 111100 100100 101001 101011 101101

Color Harmonies of #A48542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48542

Black with #A48542

Text Example


Text Example

White with #A48542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48542; }

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

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

background-color css

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

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

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

border-color css

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

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

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