Html Css Color HEX #AB945A Barley Corn

📋 copy color: '#AB945A'

red 171 ◦ green 148 ◦ blue 90

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

Shades of Barley Corn #AB945A

Tints of Barley Corn #AB945A

RGB

 RED value IS 171 (67.19% from 255) = 41.81%

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 90 (35.55% from 255) = 22%

R = 41.81%
G = 36.19%
B = 22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB945A (or 0xAB945A) is known color: Barley Corn. HEX triplet: AB, 94 and 5A. RGB value is (171,148,90). Sum of RGB (Red+Green+Blue) = 171+148+90=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB945A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB945A is #546BA5. Grayscale: #949494. Windows color (decimal): -5532582 or 5936299. OLE color: 5936299.

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

Color convert

RGB 171 148 90 -
CMYK 0 0.13 0.47 0.33
HSL 42.96º 0.33% 0.51% -
HSV(B) 42.96º 0.47% 0.67% -
XYZ 29.23 30.58 14.03 -
YUV 148.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 171 148 90 0 0.13 0.47 0.33 42.96 0.33 0.51
Hex AB 94 5A 0 D 2F 21 2B 21 33
Octal 253 224 132 0 15 57 41 53 41 63
Binary 10101011 10010100 1011010 0 1101 101111 100001 101011 100001 110011

Color Harmonies of #AB945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB945A

Black with #AB945A

Text Example


Text Example

White with #AB945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB945A; }

 p { color: rgb(171,148,90); }

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

background-color css

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

 a { background-color: rgb(171,148,90); }

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

border-color css

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

 span { border-color: rgb(171,148,90); }

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