Html Css Color HEX #A38B3D Luxor Gold

📋 copy color: '#A38B3D'

red 163 ◦ green 139 ◦ blue 61

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

Shades of Luxor Gold #A38B3D

Tints of Luxor Gold #A38B3D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.29%

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 44.9%
G = 38.29%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A38B3D (or 0xA38B3D) is known color: Luxor Gold. HEX triplet: A3, 8B and 3D. RGB value is (163,139,61). Sum of RGB (Red+Green+Blue) = 163+139+61=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B3D is #5C74C2. Grayscale: #898989. Windows color (decimal): -6059203 or 4033443. OLE color: 4033443.

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

Color convert

RGB 163 139 61 -
CMYK 0 0.15 0.63 0.36
HSL 45.88º 0.46% 0.44% -
HSV(B) 45.88º 0.63% 0.64% -
XYZ 25.18 26.59 8.22 -
YUV 137.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 163 139 61 0 0.15 0.63 0.36 45.88 0.46 0.44
Hex A3 8B 3D 0 F 3F 24 2E 2E 2C
Octal 243 213 75 0 17 77 44 56 56 54
Binary 10100011 10001011 111101 0 1111 111111 100100 101110 101110 101100

Color Harmonies of #A38B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B3D

Black with #A38B3D

Text Example


Text Example

White with #A38B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B3D; }

 p { color: rgb(163,139,61); }

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

background-color css

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

 a { background-color: rgb(163,139,61); }

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

border-color css

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

 span { border-color: rgb(163,139,61); }

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