Html Css Color HEX #AD9A40 Roti

📋 copy color: '#AD9A40'

red 173 ◦ green 154 ◦ blue 64

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

Shades of Roti #AD9A40

Tints of Roti #AD9A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.39%

 BLUE value IS 64 (25.39% from 255) = 16.37%

R = 44.25%
G = 39.39%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD9A40 (or 0xAD9A40) is known color: Roti. HEX triplet: AD, 9A and 40. RGB value is (173,154,64). Sum of RGB (Red+Green+Blue) = 173+154+64=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9A40 is #5265BF. Grayscale: #959595. Windows color (decimal): -5400000 or 4233901. OLE color: 4233901.

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

Color convert

RGB 173 154 64 -
CMYK 0 0.11 0.63 0.32
HSL 49.54º 0.46% 0.46% -
HSV(B) 49.54º 0.63% 0.68% -
XYZ 29.71 32.37 9.53 -
YUV 149.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 173 154 64 0 0.11 0.63 0.32 49.54 0.46 0.46
Hex AD 9A 40 0 B 3F 20 32 2E 2E
Octal 255 232 100 0 13 77 40 62 56 56
Binary 10101101 10011010 1000000 0 1011 111111 100000 110010 101110 101110

Color Harmonies of #AD9A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A40

Black with #AD9A40

Text Example


Text Example

White with #AD9A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A40; }

 p { color: rgb(173,154,64); }

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

background-color css

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

 a { background-color: rgb(173,154,64); }

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

border-color css

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

 span { border-color: rgb(173,154,64); }

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