Html Css Color HEX #A38A41 Luxor Gold

📋 copy color: '#A38A41'

red 163 ◦ green 138 ◦ blue 65

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

Shades of Luxor Gold #A38A41

Tints of Luxor Gold #A38A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.7%

 BLUE value IS 65 (25.78% from 255) = 17.76%

R = 44.54%
G = 37.7%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A38A41 (or 0xA38A41) is known color: Luxor Gold. HEX triplet: A3, 8A and 41. RGB value is (163,138,65). Sum of RGB (Red+Green+Blue) = 163+138+65=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A41 is #5C75BE. Grayscale: #898989. Windows color (decimal): -6059455 or 4295331. OLE color: 4295331.

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

Color convert

RGB 163 138 65 -
CMYK 0 0.15 0.60 0.36
HSL 44.69º 0.43% 0.45% -
HSV(B) 44.69º 0.6% 0.64% -
XYZ 25.15 26.35 8.76 -
YUV 137.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 163 138 65 0 0.15 0.60 0.36 44.69 0.43 0.45
Hex A3 8A 41 0 F 3C 24 2D 2B 2D
Octal 243 212 101 0 17 74 44 55 53 55
Binary 10100011 10001010 1000001 0 1111 111100 100100 101101 101011 101101

Color Harmonies of #A38A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38A41

Black with #A38A41

Text Example


Text Example

White with #A38A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38A41; }

 p { color: rgb(163,138,65); }

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

background-color css

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

 a { background-color: rgb(163,138,65); }

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

border-color css

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

 span { border-color: rgb(163,138,65); }

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