Html Css Color HEX #A6A575 Locust

📋 copy color: '#A6A575'

red 166 ◦ green 165 ◦ blue 117

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

Shades of Locust #A6A575

Tints of Locust #A6A575

RGB

 RED value IS 166 (65.23% from 255) = 37.05%

 GREEN value IS 165 (64.84% from 255) = 36.83%

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 37.05%
G = 36.83%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A6A575 (or 0xA6A575) is known color: Locust. HEX triplet: A6, A5 and 75. RGB value is (166,165,117). Sum of RGB (Red+Green+Blue) = 166+165+117=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A575 is #595A8A. Grayscale: #A0A0A0. Windows color (decimal): -5855883 or 7710118. OLE color: 7710118.

HSL color Cylindrical-coordinate representation of color #A6A575: hue angle of 58.78º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6A575 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 165 117 -
CMYK 0 0.01 0.30 0.35
HSL 58.78º 0.22% 0.55% -
HSV(B) 58.78º 0.3% 0.65% -
XYZ 32.39 36.3 22.13 -
YUV 159.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 166 165 117 0 0.01 0.30 0.35 58.78 0.22 0.55
Hex A6 A5 75 0 1 1E 23 3B 16 37
Octal 246 245 165 0 1 36 43 73 26 67
Binary 10100110 10100101 1110101 0 1 11110 100011 111011 10110 110111

Color Harmonies of #A6A575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A575

Black with #A6A575

Text Example


Text Example

White with #A6A575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A575; }

 p { color: rgb(166,165,117); }

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

background-color css

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

 a { background-color: rgb(166,165,117); }

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

border-color css

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

 span { border-color: rgb(166,165,117); }

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