Html Css Color HEX #AD8C22 Sahara

📋 copy color: '#AD8C22'

red 173 ◦ green 140 ◦ blue 34

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

Shades of Sahara #AD8C22

Tints of Sahara #AD8C22

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

 BLUE value IS 34 (13.67% from 255) = 9.8%

R = 49.86%
G = 40.35%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD8C22 (or 0xAD8C22) is known color: Sahara. HEX triplet: AD, 8C and 22. RGB value is (173,140,34). Sum of RGB (Red+Green+Blue) = 173+140+34=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8C22 is #5273DD. Grayscale: #8A8A8A. Windows color (decimal): -5403614 or 2264237. OLE color: 2264237.

HSL color Cylindrical-coordinate representation of color #AD8C22: hue angle of 45.76º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD8C22 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 140 34 -
CMYK 0 0.19 0.80 0.32
HSL 45.76º 0.67% 0.41% -
HSV(B) 45.76º 0.8% 0.68% -
XYZ 26.9 27.76 5.45 -
YUV 137.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 173 140 34 0 0.19 0.80 0.32 45.76 0.67 0.41
Hex AD 8C 22 0 13 50 20 2E 43 29
Octal 255 214 42 0 23 120 40 56 103 51
Binary 10101101 10001100 100010 0 10011 1010000 100000 101110 1000011 101001

Color Harmonies of #AD8C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C22

Black with #AD8C22

Text Example


Text Example

White with #AD8C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C22; }

 p { color: rgb(173,140,34); }

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

background-color css

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

 a { background-color: rgb(173,140,34); }

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

border-color css

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

 span { border-color: rgb(173,140,34); }

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