Html Css Color HEX #A38948 Luxor Gold

📋 copy color: '#A38948'

red 163 ◦ green 137 ◦ blue 72

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

Shades of Luxor Gold #A38948

Tints of Luxor Gold #A38948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.83%

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 43.82%
G = 36.83%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A38948 (or 0xA38948) is known color: Luxor Gold. HEX triplet: A3, 89 and 48. RGB value is (163,137,72). Sum of RGB (Red+Green+Blue) = 163+137+72=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A38948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38948 is #5C76B7. Grayscale: #898989. Windows color (decimal): -6059704 or 4753827. OLE color: 4753827.

HSL color Cylindrical-coordinate representation of color #A38948: hue angle of 42.86º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A38948 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 137 72 -
CMYK 0 0.16 0.56 0.36
HSL 42.86º 0.39% 0.46% -
HSV(B) 42.86º 0.56% 0.64% -
XYZ 25.22 26.15 9.85 -
YUV 137.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 163 137 72 0 0.16 0.56 0.36 42.86 0.39 0.46
Hex A3 89 48 0 10 38 24 2B 27 2E
Octal 243 211 110 0 20 70 44 53 47 56
Binary 10100011 10001001 1001000 0 10000 111000 100100 101011 100111 101110

Color Harmonies of #A38948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38948

Black with #A38948

Text Example


Text Example

White with #A38948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38948; }

 p { color: rgb(163,137,72); }

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

background-color css

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

 a { background-color: rgb(163,137,72); }

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

border-color css

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

 span { border-color: rgb(163,137,72); }

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