Html Css Color HEX #AB924A Turmeric

📋 copy color: '#AB924A'

red 171 ◦ green 146 ◦ blue 74

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

Shades of Turmeric #AB924A

Tints of Turmeric #AB924A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.34%

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 43.73%
G = 37.34%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB924A (or 0xAB924A) is known color: Turmeric. HEX triplet: AB, 92 and 4A. RGB value is (171,146,74). Sum of RGB (Red+Green+Blue) = 171+146+74=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB924A is #546DB5. Grayscale: #919191. Windows color (decimal): -5533110 or 4887211. OLE color: 4887211.

HSL color Cylindrical-coordinate representation of color #AB924A: hue angle of 44.54º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB924A is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 146 74 -
CMYK 0 0.15 0.57 0.33
HSL 44.54º 0.4% 0.48% -
HSV(B) 44.54º 0.57% 0.67% -
XYZ 28.31 29.71 10.72 -
YUV 145.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 171 146 74 0 0.15 0.57 0.33 44.54 0.4 0.48
Hex AB 92 4A 0 F 39 21 2D 28 30
Octal 253 222 112 0 17 71 41 55 50 60
Binary 10101011 10010010 1001010 0 1111 111001 100001 101101 101000 110000

Color Harmonies of #AB924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB924A

Black with #AB924A

Text Example


Text Example

White with #AB924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB924A; }

 p { color: rgb(171,146,74); }

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

background-color css

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

 a { background-color: rgb(171,146,74); }

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

border-color css

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

 span { border-color: rgb(171,146,74); }

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