Html Css Color HEX #AB9245 Turmeric

📋 copy color: '#AB9245'

red 171 ◦ green 146 ◦ blue 69

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

Shades of Turmeric #AB9245

Tints of Turmeric #AB9245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 44.3%
G = 37.82%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB9245 (or 0xAB9245) is known color: Turmeric. HEX triplet: AB, 92 and 45. RGB value is (171,146,69). Sum of RGB (Red+Green+Blue) = 171+146+69=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9245 is #546DBA. Grayscale: #919191. Windows color (decimal): -5533115 or 4559531. OLE color: 4559531.

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

Color convert

RGB 171 146 69 -
CMYK 0 0.15 0.60 0.33
HSL 45.29º 0.43% 0.47% -
HSV(B) 45.29º 0.6% 0.67% -
XYZ 28.15 29.65 9.87 -
YUV 144.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 171 146 69 0 0.15 0.60 0.33 45.29 0.43 0.47
Hex AB 92 45 0 F 3C 21 2D 2A 2F
Octal 253 222 105 0 17 74 41 55 52 57
Binary 10101011 10010010 1000101 0 1111 111100 100001 101101 101010 101111

Color Harmonies of #AB9245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9245

Black with #AB9245

Text Example


Text Example

White with #AB9245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9245; }

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

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

background-color css

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

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

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

border-color css

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

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

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