Html Css Color HEX #A38443 Luxor Gold

📋 copy color: '#A38443'

red 163 ◦ green 132 ◦ blue 67

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

Shades of Luxor Gold #A38443

Tints of Luxor Gold #A38443

RGB

 RED value IS 163 (64.06% from 255) = 45.03%

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

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

R = 45.03%
G = 36.46%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A38443 (or 0xA38443) is known color: Luxor Gold. HEX triplet: A3, 84 and 43. RGB value is (163,132,67). Sum of RGB (Red+Green+Blue) = 163+132+67=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A38443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38443 is #5C7BBC. Grayscale: #868686. Windows color (decimal): -6060989 or 4424867. OLE color: 4424867.

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

Color convert

RGB 163 132 67 -
CMYK 0 0.19 0.59 0.36
HSL 40.63º 0.42% 0.45% -
HSV(B) 40.63º 0.59% 0.64% -
XYZ 24.37 24.69 8.79 -
YUV 133.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 163 132 67 0 0.19 0.59 0.36 40.63 0.42 0.45
Hex A3 84 43 0 13 3B 24 29 2A 2D
Octal 243 204 103 0 23 73 44 51 52 55
Binary 10100011 10000100 1000011 0 10011 111011 100100 101001 101010 101101

Color Harmonies of #A38443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38443

Black with #A38443

Text Example


Text Example

White with #A38443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38443; }

 p { color: rgb(163,132,67); }

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

background-color css

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

 a { background-color: rgb(163,132,67); }

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

border-color css

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

 span { border-color: rgb(163,132,67); }

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