Html Css Color HEX #ADB38A Bud

📋 copy color: '#ADB38A'

red 173 ◦ green 179 ◦ blue 138

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

Shades of Bud #ADB38A

Tints of Bud #ADB38A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.53%

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 35.31%
G = 36.53%
B = 28.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#ADB38A (or 0xADB38A) is known color: Bud. HEX triplet: AD, B3 and 8A. RGB value is (173,179,138). Sum of RGB (Red+Green+Blue) = 173+179+138=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB38A is #524C75. Grayscale: #ACACAC. Windows color (decimal): -5393526 or 9089965. OLE color: 9089965.

HSL color Cylindrical-coordinate representation of color #ADB38A: hue angle of 68.78º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB38A is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 138 -
CMYK 0.03 0 0.23 0.30
HSL 68.78º 0.21% 0.62% -
HSV(B) 68.78º 0.23% 0.7% -
XYZ 37.94 42.96 30.34 -
YUV 172.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 173 179 138 0.03 0 0.23 0.30 68.78 0.21 0.62
Hex AD B3 8A 3 0 17 1E 45 15 3E
Octal 255 263 212 3 0 27 36 105 25 76
Binary 10101101 10110011 10001010 11 0 10111 11110 1000101 10101 111110

Color Harmonies of #ADB38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB38A

Black with #ADB38A

Text Example


Text Example

White with #ADB38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB38A; }

 p { color: rgb(173,179,138); }

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

background-color css

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

 a { background-color: rgb(173,179,138); }

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

border-color css

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

 span { border-color: rgb(173,179,138); }

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