Html Css Color HEX #A38740 Luxor Gold

📋 copy color: '#A38740'

red 163 ◦ green 135 ◦ blue 64

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

Shades of Luxor Gold #A38740

Tints of Luxor Gold #A38740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.68%

R = 45.03%
G = 37.29%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A38740 (or 0xA38740) is known color: Luxor Gold. HEX triplet: A3, 87 and 40. RGB value is (163,135,64). Sum of RGB (Red+Green+Blue) = 163+135+64=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A38740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38740 is #5C78BF. Grayscale: #878787. Windows color (decimal): -6060224 or 4229027. OLE color: 4229027.

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

Color convert

RGB 163 135 64 -
CMYK 0 0.17 0.61 0.36
HSL 43.03º 0.44% 0.45% -
HSV(B) 43.03º 0.61% 0.64% -
XYZ 24.69 25.48 8.47 -
YUV 135.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 163 135 64 0 0.17 0.61 0.36 43.03 0.44 0.45
Hex A3 87 40 0 11 3D 24 2B 2C 2D
Octal 243 207 100 0 21 75 44 53 54 55
Binary 10100011 10000111 1000000 0 10001 111101 100100 101011 101100 101101

Color Harmonies of #A38740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38740

Black with #A38740

Text Example


Text Example

White with #A38740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38740; }

 p { color: rgb(163,135,64); }

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

background-color css

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

 a { background-color: rgb(163,135,64); }

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

border-color css

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

 span { border-color: rgb(163,135,64); }

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