Html Css Color HEX #AD9427 Sahara

📋 copy color: '#AD9427'

red 173 ◦ green 148 ◦ blue 39

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

Shades of Sahara #AD9427

Tints of Sahara #AD9427

RGB

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

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

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

R = 48.06%
G = 41.11%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD9427 (or 0xAD9427) is known color: Sahara. HEX triplet: AD, 94 and 27. RGB value is (173,148,39). Sum of RGB (Red+Green+Blue) = 173+148+39=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9427 is #526BD8. Grayscale: #8F8F8F. Windows color (decimal): -5401561 or 2593965. OLE color: 2593965.

HSL color Cylindrical-coordinate representation of color #AD9427: hue angle of 48.81º 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 #AD9427 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 39 -
CMYK 0 0.14 0.77 0.32
HSL 48.81º 0.63% 0.42% -
HSV(B) 48.81º 0.77% 0.68% -
XYZ 28.19 30.21 6.26 -
YUV 143.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 173 148 39 0 0.14 0.77 0.32 48.81 0.63 0.42
Hex AD 94 27 0 E 4D 20 31 3F 2A
Octal 255 224 47 0 16 115 40 61 77 52
Binary 10101101 10010100 100111 0 1110 1001101 100000 110001 111111 101010

Color Harmonies of #AD9427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9427

Black with #AD9427

Text Example


Text Example

White with #AD9427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9427; }

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

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

background-color css

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

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

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

border-color css

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

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

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