Html Css Color HEX #A38B4B Luxor Gold

📋 copy color: '#A38B4B'

red 163 ◦ green 139 ◦ blue 75

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

Shades of Luxor Gold #A38B4B

Tints of Luxor Gold #A38B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 43.24%
G = 36.87%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A38B4B (or 0xA38B4B) is known color: Luxor Gold. HEX triplet: A3, 8B and 4B. RGB value is (163,139,75). Sum of RGB (Red+Green+Blue) = 163+139+75=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B4B is #5C74B4. Grayscale: #8B8B8B. Windows color (decimal): -6059189 or 4950947. OLE color: 4950947.

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

Color convert

RGB 163 139 75 -
CMYK 0 0.15 0.54 0.36
HSL 43.64º 0.37% 0.47% -
HSV(B) 43.64º 0.54% 0.64% -
XYZ 25.61 26.76 10.47 -
YUV 138.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 163 139 75 0 0.15 0.54 0.36 43.64 0.37 0.47
Hex A3 8B 4B 0 F 36 24 2C 25 2F
Octal 243 213 113 0 17 66 44 54 45 57
Binary 10100011 10001011 1001011 0 1111 110110 100100 101100 100101 101111

Color Harmonies of #A38B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38B4B

Black with #A38B4B

Text Example


Text Example

White with #A38B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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