Html Css Color HEX #AC8F3E Luxor Gold

📋 copy color: '#AC8F3E'

red 172 ◦ green 143 ◦ blue 62

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

Shades of Luxor Gold #AC8F3E

Tints of Luxor Gold #AC8F3E

RGB

 RED value IS 172 (67.58% from 255) = 45.62%

 GREEN value IS 143 (56.25% from 255) = 37.93%

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

R = 45.62%
G = 37.93%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC8F3E (or 0xAC8F3E) is known color: Luxor Gold. HEX triplet: AC, 8F and 3E. RGB value is (172,143,62). Sum of RGB (Red+Green+Blue) = 172+143+62=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F3E is #5370C1. Grayscale: #8E8E8E. Windows color (decimal): -5468354 or 4100012. OLE color: 4100012.

HSL color Cylindrical-coordinate representation of color #AC8F3E: hue angle of 44.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC8F3E is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 62 -
CMYK 0 0.17 0.64 0.33
HSL 44.18º 0.47% 0.46% -
HSV(B) 44.18º 0.64% 0.67% -
XYZ 27.71 28.76 8.65 -
YUV 142.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 172 143 62 0 0.17 0.64 0.33 44.18 0.47 0.46
Hex AC 8F 3E 0 11 40 21 2C 2F 2E
Octal 254 217 76 0 21 100 41 54 57 56
Binary 10101100 10001111 111110 0 10001 1000000 100001 101100 101111 101110

Color Harmonies of #AC8F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F3E

Black with #AC8F3E

Text Example


Text Example

White with #AC8F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F3E; }

 p { color: rgb(172,143,62); }

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

background-color css

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

 a { background-color: rgb(172,143,62); }

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

border-color css

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

 span { border-color: rgb(172,143,62); }

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