Html Css Color HEX #AB942A Sahara

📋 copy color: '#AB942A'

red 171 ◦ green 148 ◦ blue 42

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

Shades of Sahara #AB942A

Tints of Sahara #AB942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.63%

R = 47.37%
G = 41%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB942A (or 0xAB942A) is known color: Sahara. HEX triplet: AB, 94 and 2A. RGB value is (171,148,42). Sum of RGB (Red+Green+Blue) = 171+148+42=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB942A is #546BD5. Grayscale: #8F8F8F. Windows color (decimal): -5532630 or 2790571. OLE color: 2790571.

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

Color convert

RGB 171 148 42 -
CMYK 0 0.13 0.75 0.33
HSL 49.3º 0.61% 0.42% -
HSV(B) 49.3º 0.75% 0.67% -
XYZ 27.8 30 6.52 -
YUV 142.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 171 148 42 0 0.13 0.75 0.33 49.3 0.61 0.42
Hex AB 94 2A 0 D 4B 21 31 3D 2A
Octal 253 224 52 0 15 113 41 61 75 52
Binary 10101011 10010100 101010 0 1101 1001011 100001 110001 111101 101010

Color Harmonies of #AB942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB942A

Black with #AB942A

Text Example


Text Example

White with #AB942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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