Html Css Color HEX #ADB27A Locust

📋 copy color: '#ADB27A'

red 173 ◦ green 178 ◦ blue 122

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

Shades of Locust #ADB27A

Tints of Locust #ADB27A

RGB

 RED value IS 173 (67.97% from 255) = 36.58%

 GREEN value IS 178 (69.92% from 255) = 37.63%

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 36.58%
G = 37.63%
B = 25.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#ADB27A (or 0xADB27A) is known color: Locust. HEX triplet: AD, B2 and 7A. RGB value is (173,178,122). Sum of RGB (Red+Green+Blue) = 173+178+122=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB27A is #524D85. Grayscale: #AAAAAA. Windows color (decimal): -5393798 or 8041133. OLE color: 8041133.

HSL color Cylindrical-coordinate representation of color #ADB27A: hue angle of 65.36º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB27A is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 122 -
CMYK 0.03 0 0.31 0.30
HSL 65.36º 0.27% 0.59% -
HSV(B) 65.36º 0.31% 0.7% -
XYZ 36.67 42.13 24.61 -
YUV 170.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 173 178 122 0.03 0 0.31 0.30 65.36 0.27 0.59
Hex AD B2 7A 3 0 1F 1E 41 1B 3B
Octal 255 262 172 3 0 37 36 101 33 73
Binary 10101101 10110010 1111010 11 0 11111 11110 1000001 11011 111011

Color Harmonies of #ADB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB27A

Black with #ADB27A

Text Example


Text Example

White with #ADB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB27A; }

 p { color: rgb(173,178,122); }

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

background-color css

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

 a { background-color: rgb(173,178,122); }

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

border-color css

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

 span { border-color: rgb(173,178,122); }

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