Html Css Color HEX #AD8F27 Sahara

📋 copy color: '#AD8F27'

red 173 ◦ green 143 ◦ blue 39

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

Shades of Sahara #AD8F27

Tints of Sahara #AD8F27

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.28%

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 48.73%
G = 40.28%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD8F27 (or 0xAD8F27) is known color: Sahara. HEX triplet: AD, 8F and 27. RGB value is (173,143,39). Sum of RGB (Red+Green+Blue) = 173+143+39=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F27 is #5270D8. Grayscale: #8C8C8C. Windows color (decimal): -5402841 or 2592685. OLE color: 2592685.

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

Color convert

RGB 173 143 39 -
CMYK 0 0.17 0.77 0.32
HSL 46.57º 0.63% 0.42% -
HSV(B) 46.57º 0.77% 0.68% -
XYZ 27.42 28.68 6.01 -
YUV 140.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 173 143 39 0 0.17 0.77 0.32 46.57 0.63 0.42
Hex AD 8F 27 0 11 4D 20 2F 3F 2A
Octal 255 217 47 0 21 115 40 57 77 52
Binary 10101101 10001111 100111 0 10001 1001101 100000 101111 111111 101010

Color Harmonies of #AD8F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F27

Black with #AD8F27

Text Example


Text Example

White with #AD8F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F27; }

 p { color: rgb(173,143,39); }

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

background-color css

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

 a { background-color: rgb(173,143,39); }

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

border-color css

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

 span { border-color: rgb(173,143,39); }

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