Html Css Color HEX #A38441 Luxor Gold

📋 copy color: '#A38441'

red 163 ◦ green 132 ◦ blue 65

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

Shades of Luxor Gold #A38441

Tints of Luxor Gold #A38441

RGB

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

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

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

R = 45.28%
G = 36.67%
B = 18.06%

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

#A38441 (or 0xA38441) is known color: Luxor Gold. HEX triplet: A3, 84 and 41. RGB value is (163,132,65). Sum of RGB (Red+Green+Blue) = 163+132+65=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A38441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38441 is #5C7BBE. Grayscale: #858585. Windows color (decimal): -6060991 or 4293795. OLE color: 4293795.

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

Color convert

RGB 163 132 65 -
CMYK 0 0.19 0.60 0.36
HSL 41.02º 0.43% 0.45% -
HSV(B) 41.02º 0.6% 0.64% -
XYZ 24.31 24.67 8.48 -
YUV 133.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 163 132 65 0 0.19 0.60 0.36 41.02 0.43 0.45
Hex A3 84 41 0 13 3C 24 29 2B 2D
Octal 243 204 101 0 23 74 44 51 53 55
Binary 10100011 10000100 1000001 0 10011 111100 100100 101001 101011 101101

Color Harmonies of #A38441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38441

Black with #A38441

Text Example


Text Example

White with #A38441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38441; }

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

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

background-color css

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

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

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

border-color css

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

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

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