Html Css Color HEX #ADB239 Brass

📋 copy color: '#ADB239'

red 173 ◦ green 178 ◦ blue 57

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

Shades of Brass #ADB239

Tints of Brass #ADB239

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.63%

 BLUE value IS 57 (22.66% from 255) = 13.97%

R = 42.4%
G = 43.63%
B = 13.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#ADB239 (or 0xADB239) is known color: Brass. HEX triplet: AD, B2 and 39. RGB value is (173,178,57). Sum of RGB (Red+Green+Blue) = 173+178+57=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 57 (22.66% from 255 or 13.97% from 408); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB239 is #524DC6. Grayscale: #A3A3A3. Windows color (decimal): -5393863 or 3781293. OLE color: 3781293.

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

Color convert

RGB 173 178 57 -
CMYK 0.03 0 0.68 0.30
HSL 62.48º 0.51% 0.46% -
HSV(B) 62.48º 0.68% 0.7% -
XYZ 33.89 41.02 10 -
YUV 162.71 68.34 135.34 -
System Red Green Blue C M Y K H S L
Decimal 173 178 57 0.03 0 0.68 0.30 62.48 0.51 0.46
Hex AD B2 39 3 0 44 1E 3E 33 2E
Octal 255 262 71 3 0 104 36 76 63 56
Binary 10101101 10110010 111001 11 0 1000100 11110 111110 110011 101110

Color Harmonies of #ADB239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB239

Black with #ADB239

Text Example


Text Example

White with #ADB239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB239; }

 p { color: rgb(173,178,57); }

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

background-color css

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

 a { background-color: rgb(173,178,57); }

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

border-color css

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

 span { border-color: rgb(173,178,57); }

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