Html Css Color HEX #A38642 Luxor Gold

📋 copy color: '#A38642'

red 163 ◦ green 134 ◦ blue 66

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

Shades of Luxor Gold #A38642

Tints of Luxor Gold #A38642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 44.9%
G = 36.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A38642 (or 0xA38642) is known color: Luxor Gold. HEX triplet: A3, 86 and 42. RGB value is (163,134,66). Sum of RGB (Red+Green+Blue) = 163+134+66=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A38642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38642 is #5C79BD. Grayscale: #878787. Windows color (decimal): -6060478 or 4359843. OLE color: 4359843.

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

Color convert

RGB 163 134 66 -
CMYK 0 0.18 0.60 0.36
HSL 42.06º 0.42% 0.45% -
HSV(B) 42.06º 0.6% 0.64% -
XYZ 24.61 25.23 8.73 -
YUV 134.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 163 134 66 0 0.18 0.60 0.36 42.06 0.42 0.45
Hex A3 86 42 0 12 3C 24 2A 2A 2D
Octal 243 206 102 0 22 74 44 52 52 55
Binary 10100011 10000110 1000010 0 10010 111100 100100 101010 101010 101101

Color Harmonies of #A38642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38642

Black with #A38642

Text Example


Text Example

White with #A38642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38642; }

 p { color: rgb(163,134,66); }

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

background-color css

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

 a { background-color: rgb(163,134,66); }

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

border-color css

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

 span { border-color: rgb(163,134,66); }

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