Html Css Color HEX #A38D3E Luxor Gold

📋 copy color: '#A38D3E'

red 163 ◦ green 141 ◦ blue 62

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

Shades of Luxor Gold #A38D3E

Tints of Luxor Gold #A38D3E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 62 (24.61% from 255) = 16.94%

R = 44.54%
G = 38.52%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A38D3E (or 0xA38D3E) is known color: Luxor Gold. HEX triplet: A3, 8D and 3E. RGB value is (163,141,62). Sum of RGB (Red+Green+Blue) = 163+141+62=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D3E is #5C72C1. Grayscale: #8A8A8A. Windows color (decimal): -6058690 or 4099491. OLE color: 4099491.

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

Color convert

RGB 163 141 62 -
CMYK 0 0.13 0.62 0.36
HSL 46.93º 0.45% 0.44% -
HSV(B) 46.93º 0.62% 0.64% -
XYZ 25.5 27.18 8.46 -
YUV 138.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 163 141 62 0 0.13 0.62 0.36 46.93 0.45 0.44
Hex A3 8D 3E 0 D 3E 24 2F 2D 2C
Octal 243 215 76 0 15 76 44 57 55 54
Binary 10100011 10001101 111110 0 1101 111110 100100 101111 101101 101100

Color Harmonies of #A38D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D3E

Black with #A38D3E

Text Example


Text Example

White with #A38D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D3E; }

 p { color: rgb(163,141,62); }

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

background-color css

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

 a { background-color: rgb(163,141,62); }

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

border-color css

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

 span { border-color: rgb(163,141,62); }

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