Html Css Color HEX #AD9B2B Sahara

📋 copy color: '#AD9B2B'

red 173 ◦ green 155 ◦ blue 43

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

Shades of Sahara #AD9B2B

Tints of Sahara #AD9B2B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.78%

 BLUE value IS 43 (17.19% from 255) = 11.59%

R = 46.63%
G = 41.78%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD9B2B (or 0xAD9B2B) is known color: Sahara. HEX triplet: AD, 9B and 2B. RGB value is (173,155,43). Sum of RGB (Red+Green+Blue) = 173+155+43=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9B2B is #5264D4. Grayscale: #949494. Windows color (decimal): -5399765 or 2857901. OLE color: 2857901.

HSL color Cylindrical-coordinate representation of color #AD9B2B: hue angle of 51.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD9B2B is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 155 43 -
CMYK 0 0.10 0.75 0.32
HSL 51.69º 0.6% 0.42% -
HSV(B) 51.69º 0.75% 0.68% -
XYZ 29.39 32.5 7.01 -
YUV 147.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 173 155 43 0 0.10 0.75 0.32 51.69 0.6 0.42
Hex AD 9B 2B 0 A 4B 20 34 3C 2A
Octal 255 233 53 0 12 113 40 64 74 52
Binary 10101101 10011011 101011 0 1010 1001011 100000 110100 111100 101010

Color Harmonies of #AD9B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B2B

Black with #AD9B2B

Text Example


Text Example

White with #AD9B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B2B; }

 p { color: rgb(173,155,43); }

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

background-color css

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

 a { background-color: rgb(173,155,43); }

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

border-color css

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

 span { border-color: rgb(173,155,43); }

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