Html Css Color HEX #A3883F Luxor Gold

📋 copy color: '#A3883F'

red 163 ◦ green 136 ◦ blue 63

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

Shades of Luxor Gold #A3883F

Tints of Luxor Gold #A3883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.57%

 BLUE value IS 63 (25% from 255) = 17.4%

R = 45.03%
G = 37.57%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3883F (or 0xA3883F) is known color: Luxor Gold. HEX triplet: A3, 88 and 3F. RGB value is (163,136,63). Sum of RGB (Red+Green+Blue) = 163+136+63=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A3883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3883F is #5C77C0. Grayscale: #888888. Windows color (decimal): -6059969 or 4163747. OLE color: 4163747.

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

Color convert

RGB 163 136 63 -
CMYK 0 0.17 0.61 0.36
HSL 43.8º 0.44% 0.44% -
HSV(B) 43.8º 0.61% 0.64% -
XYZ 24.81 25.75 8.37 -
YUV 135.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 163 136 63 0 0.17 0.61 0.36 43.8 0.44 0.44
Hex A3 88 3F 0 11 3D 24 2C 2C 2C
Octal 243 210 77 0 21 75 44 54 54 54
Binary 10100011 10001000 111111 0 10001 111101 100100 101100 101100 101100

Color Harmonies of #A3883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3883F

Black with #A3883F

Text Example


Text Example

White with #A3883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3883F; }

 p { color: rgb(163,136,63); }

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

background-color css

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

 a { background-color: rgb(163,136,63); }

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

border-color css

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

 span { border-color: rgb(163,136,63); }

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