Html Css Color HEX #A38744 Luxor Gold

📋 copy color: '#A38744'

red 163 ◦ green 135 ◦ blue 68

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

Shades of Luxor Gold #A38744

Tints of Luxor Gold #A38744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.58%

R = 44.54%
G = 36.89%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A38744 (or 0xA38744) is known color: Luxor Gold. HEX triplet: A3, 87 and 44. RGB value is (163,135,68). Sum of RGB (Red+Green+Blue) = 163+135+68=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A38744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38744 is #5C78BB. Grayscale: #888888. Windows color (decimal): -6060220 or 4491171. OLE color: 4491171.

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

Color convert

RGB 163 135 68 -
CMYK 0 0.17 0.58 0.36
HSL 42.32º 0.41% 0.45% -
HSV(B) 42.32º 0.58% 0.64% -
XYZ 24.81 25.53 9.09 -
YUV 135.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 163 135 68 0 0.17 0.58 0.36 42.32 0.41 0.45
Hex A3 87 44 0 11 3A 24 2A 29 2D
Octal 243 207 104 0 21 72 44 52 51 55
Binary 10100011 10000111 1000100 0 10001 111010 100100 101010 101001 101101

Color Harmonies of #A38744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38744

Black with #A38744

Text Example


Text Example

White with #A38744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38744; }

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

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

background-color css

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

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

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

border-color css

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

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

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