Html Css Color HEX #A4883E Luxor Gold

📋 copy color: '#A4883E'

red 164 ◦ green 136 ◦ blue 62

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

Shades of Luxor Gold #A4883E

Tints of Luxor Gold #A4883E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.13%

R = 45.3%
G = 37.57%
B = 17.13%

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

#A4883E (or 0xA4883E) is known color: Luxor Gold. HEX triplet: A4, 88 and 3E. RGB value is (164,136,62). Sum of RGB (Red+Green+Blue) = 164+136+62=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A4883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4883E is #5B77C1. Grayscale: #888888. Windows color (decimal): -5994434 or 4098212. OLE color: 4098212.

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

Color convert

RGB 164 136 62 -
CMYK 0 0.17 0.62 0.36
HSL 43.53º 0.45% 0.44% -
HSV(B) 43.53º 0.62% 0.64% -
XYZ 24.98 25.85 8.23 -
YUV 135.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 164 136 62 0 0.17 0.62 0.36 43.53 0.45 0.44
Hex A4 88 3E 0 11 3E 24 2C 2D 2C
Octal 244 210 76 0 21 76 44 54 55 54
Binary 10100100 10001000 111110 0 10001 111110 100100 101100 101101 101100

Color Harmonies of #A4883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4883E

Black with #A4883E

Text Example


Text Example

White with #A4883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4883E; }

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

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

background-color css

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

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

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

border-color css

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

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

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