Html Css Color HEX #A4863F Luxor Gold

📋 copy color: '#A4863F'

red 164 ◦ green 134 ◦ blue 63

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

Shades of Luxor Gold #A4863F

Tints of Luxor Gold #A4863F

RGB

 RED value IS 164 (64.45% from 255) = 45.43%

 GREEN value IS 134 (52.73% from 255) = 37.12%

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

R = 45.43%
G = 37.12%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4863F (or 0xA4863F) is known color: Luxor Gold. HEX triplet: A4, 86 and 3F. RGB value is (164,134,63). Sum of RGB (Red+Green+Blue) = 164+134+63=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4863F is #5B79C0. Grayscale: #878787. Windows color (decimal): -5994945 or 4163236. OLE color: 4163236.

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

Color convert

RGB 164 134 63 -
CMYK 0 0.18 0.62 0.36
HSL 42.18º 0.44% 0.45% -
HSV(B) 42.18º 0.62% 0.64% -
XYZ 24.73 25.3 8.28 -
YUV 134.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 164 134 63 0 0.18 0.62 0.36 42.18 0.44 0.45
Hex A4 86 3F 0 12 3E 24 2A 2C 2D
Octal 244 206 77 0 22 76 44 52 54 55
Binary 10100100 10000110 111111 0 10010 111110 100100 101010 101100 101101

Color Harmonies of #A4863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4863F

Black with #A4863F

Text Example


Text Example

White with #A4863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4863F; }

 p { color: rgb(164,134,63); }

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

background-color css

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

 a { background-color: rgb(164,134,63); }

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

border-color css

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

 span { border-color: rgb(164,134,63); }

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