Html Css Color HEX #ADB436 Brass

📋 copy color: '#ADB436'

red 173 ◦ green 180 ◦ blue 54

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

Shades of Brass #ADB436

Tints of Brass #ADB436

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.23%

 BLUE value IS 54 (21.48% from 255) = 13.27%

R = 42.51%
G = 44.23%
B = 13.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#ADB436 (or 0xADB436) is known color: Brass. HEX triplet: AD, B4 and 36. RGB value is (173,180,54). Sum of RGB (Red+Green+Blue) = 173+180+54=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB436 is #524BC9. Grayscale: #A4A4A4. Windows color (decimal): -5393354 or 3585197. OLE color: 3585197.

HSL color Cylindrical-coordinate representation of color #ADB436: hue angle of 63.33º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADB436 is Cyan = 0.04, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 54 -
CMYK 0.04 0 0.7 0.29
HSL 63.33º 0.54% 0.46% -
HSV(B) 63.33º 0.7% 0.71% -
XYZ 34.22 41.79 9.75 -
YUV 163.54 66.18 134.75 -
System Red Green Blue C M Y K H S L
Decimal 173 180 54 0.04 0 0.7 0.29 63.33 0.54 0.46
Hex AD B4 36 4 0 46 1D 3F 36 2E
Octal 255 264 66 4 0 106 35 77 66 56
Binary 10101101 10110100 110110 100 0 1000110 11101 111111 110110 101110

Color Harmonies of #ADB436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB436

Black with #ADB436

Text Example


Text Example

White with #ADB436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB436; }

 p { color: rgb(173,180,54); }

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

background-color css

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

 a { background-color: rgb(173,180,54); }

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

border-color css

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

 span { border-color: rgb(173,180,54); }

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