Html Css Color HEX #A48843 Luxor Gold

📋 copy color: '#A48843'

red 164 ◦ green 136 ◦ blue 67

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

Shades of Luxor Gold #A48843

Tints of Luxor Gold #A48843

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.06%

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

R = 44.69%
G = 37.06%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A48843 (or 0xA48843) is known color: Luxor Gold. HEX triplet: A4, 88 and 43. RGB value is (164,136,67). Sum of RGB (Red+Green+Blue) = 164+136+67=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A48843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48843 is #5B77BC. Grayscale: #888888. Windows color (decimal): -5994429 or 4425892. OLE color: 4425892.

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

Color convert

RGB 164 136 67 -
CMYK 0 0.17 0.59 0.36
HSL 42.68º 0.42% 0.45% -
HSV(B) 42.68º 0.59% 0.64% -
XYZ 25.13 25.91 8.99 -
YUV 136.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 164 136 67 0 0.17 0.59 0.36 42.68 0.42 0.45
Hex A4 88 43 0 11 3B 24 2B 2A 2D
Octal 244 210 103 0 21 73 44 53 52 55
Binary 10100100 10001000 1000011 0 10001 111011 100100 101011 101010 101101

Color Harmonies of #A48843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48843

Black with #A48843

Text Example


Text Example

White with #A48843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48843; }

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

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

background-color css

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

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

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

border-color css

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

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

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