Html Css Color HEX #ADB433 Brass

📋 copy color: '#ADB433'

red 173 ◦ green 180 ◦ blue 51

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

Shades of Brass #ADB433

Tints of Brass #ADB433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.62%

R = 42.82%
G = 44.55%
B = 12.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#ADB433 (or 0xADB433) is known color: Brass. HEX triplet: AD, B4 and 33. RGB value is (173,180,51). Sum of RGB (Red+Green+Blue) = 173+180+51=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB433 is #524BCC. Grayscale: #A3A3A3. Windows color (decimal): -5393357 or 3388589. OLE color: 3388589.

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

Color convert

RGB 173 180 51 -
CMYK 0.04 0 0.72 0.29
HSL 63.26º 0.56% 0.45% -
HSV(B) 63.26º 0.72% 0.71% -
XYZ 34.15 41.77 9.39 -
YUV 163.2 64.68 134.99 -
System Red Green Blue C M Y K H S L
Decimal 173 180 51 0.04 0 0.72 0.29 63.26 0.56 0.45
Hex AD B4 33 4 0 48 1D 3F 38 2D
Octal 255 264 63 4 0 110 35 77 70 55
Binary 10101101 10110100 110011 100 0 1001000 11101 111111 111000 101101

Color Harmonies of #ADB433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB433

Black with #ADB433

Text Example


Text Example

White with #ADB433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB433; }

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

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

background-color css

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

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

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

border-color css

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

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

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