Html Css Color HEX #A4A37B Locust

📋 copy color: '#A4A37B'

red 164 ◦ green 163 ◦ blue 123

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

Shades of Locust #A4A37B

Tints of Locust #A4A37B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.22%

 BLUE value IS 123 (48.44% from 255) = 27.33%

R = 36.44%
G = 36.22%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4A37B (or 0xA4A37B) is known color: Locust. HEX triplet: A4, A3 and 7B. RGB value is (164,163,123). Sum of RGB (Red+Green+Blue) = 164+163+123=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A37B is #5B5C84. Grayscale: #9E9E9E. Windows color (decimal): -5987461 or 8102820. OLE color: 8102820.

HSL color Cylindrical-coordinate representation of color #A4A37B: hue angle of 58.54º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4A37B is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 163 123 -
CMYK 0 0.01 0.25 0.36
HSL 58.54º 0.18% 0.56% -
HSV(B) 58.54º 0.25% 0.64% -
XYZ 31.98 35.52 23.91 -
YUV 158.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 164 163 123 0 0.01 0.25 0.36 58.54 0.18 0.56
Hex A4 A3 7B 0 1 19 24 3B 12 38
Octal 244 243 173 0 1 31 44 73 22 70
Binary 10100100 10100011 1111011 0 1 11001 100100 111011 10010 111000

Color Harmonies of #A4A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A37B

Black with #A4A37B

Text Example


Text Example

White with #A4A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A37B; }

 p { color: rgb(164,163,123); }

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

background-color css

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

 a { background-color: rgb(164,163,123); }

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

border-color css

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

 span { border-color: rgb(164,163,123); }

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