Html Css Color HEX #A4883F Luxor Gold

📋 copy color: '#A4883F'

red 164 ◦ green 136 ◦ blue 63

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

Shades of Luxor Gold #A4883F

Tints of Luxor Gold #A4883F

RGB

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

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

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

R = 45.18%
G = 37.47%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4883F (or 0xA4883F) is known color: Luxor Gold. HEX triplet: A4, 88 and 3F. RGB value is (164,136,63). Sum of RGB (Red+Green+Blue) = 164+136+63=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A4883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4883F is #5B77C0. Grayscale: #888888. Windows color (decimal): -5994433 or 4163748. OLE color: 4163748.

HSL color Cylindrical-coordinate representation of color #A4883F: hue angle of 43.37º 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 #A4883F is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 136 63 -
CMYK 0 0.17 0.62 0.36
HSL 43.37º 0.44% 0.45% -
HSV(B) 43.37º 0.62% 0.64% -
XYZ 25.01 25.86 8.38 -
YUV 136.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 164 136 63 0 0.17 0.62 0.36 43.37 0.44 0.45
Hex A4 88 3F 0 11 3E 24 2B 2C 2D
Octal 244 210 77 0 21 76 44 53 54 55
Binary 10100100 10001000 111111 0 10001 111110 100100 101011 101100 101101

Color Harmonies of #A4883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4883F

Black with #A4883F

Text Example


Text Example

White with #A4883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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