Html Css Color HEX #A38442 Luxor Gold

📋 copy color: '#A38442'

red 163 ◦ green 132 ◦ blue 66

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

Shades of Luxor Gold #A38442

Tints of Luxor Gold #A38442

RGB

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

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

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

R = 45.15%
G = 36.57%
B = 18.28%

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

#A38442 (or 0xA38442) is known color: Luxor Gold. HEX triplet: A3, 84 and 42. RGB value is (163,132,66). Sum of RGB (Red+Green+Blue) = 163+132+66=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A38442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38442 is #5C7BBD. Grayscale: #868686. Windows color (decimal): -6060990 or 4359331. OLE color: 4359331.

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

Color convert

RGB 163 132 66 -
CMYK 0 0.19 0.60 0.36
HSL 40.82º 0.42% 0.45% -
HSV(B) 40.82º 0.6% 0.64% -
XYZ 24.34 24.68 8.64 -
YUV 133.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 163 132 66 0 0.19 0.60 0.36 40.82 0.42 0.45
Hex A3 84 42 0 13 3C 24 29 2A 2D
Octal 243 204 102 0 23 74 44 51 52 55
Binary 10100011 10000100 1000010 0 10011 111100 100100 101001 101010 101101

Color Harmonies of #A38442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38442

Black with #A38442

Text Example


Text Example

White with #A38442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38442; }

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

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

background-color css

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

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

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

border-color css

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

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

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