Html Css Color HEX #A48743 Luxor Gold

📋 copy color: '#A48743'

red 164 ◦ green 135 ◦ blue 67

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

Shades of Luxor Gold #A48743

Tints of Luxor Gold #A48743

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.89%

 BLUE value IS 67 (26.56% from 255) = 18.31%

R = 44.81%
G = 36.89%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A48743 (or 0xA48743) is known color: Luxor Gold. HEX triplet: A4, 87 and 43. RGB value is (164,135,67). Sum of RGB (Red+Green+Blue) = 164+135+67=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A48743 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48743 is #5B78BC. Grayscale: #888888. Windows color (decimal): -5994685 or 4425636. OLE color: 4425636.

HSL color Cylindrical-coordinate representation of color #A48743: hue angle of 42.06º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A48743 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 135 67 -
CMYK 0 0.18 0.59 0.36
HSL 42.06º 0.42% 0.45% -
HSV(B) 42.06º 0.59% 0.64% -
XYZ 24.99 25.63 8.94 -
YUV 135.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 164 135 67 0 0.18 0.59 0.36 42.06 0.42 0.45
Hex A4 87 43 0 12 3B 24 2A 2A 2D
Octal 244 207 103 0 22 73 44 52 52 55
Binary 10100100 10000111 1000011 0 10010 111011 100100 101010 101010 101101

Color Harmonies of #A48743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48743

Black with #A48743

Text Example


Text Example

White with #A48743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48743; }

 p { color: rgb(164,135,67); }

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

background-color css

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

 a { background-color: rgb(164,135,67); }

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

border-color css

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

 span { border-color: rgb(164,135,67); }

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