Html Css Color HEX #ADB033 Brass

📋 copy color: '#ADB033'

red 173 ◦ green 176 ◦ blue 51

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

Shades of Brass #ADB033

Tints of Brass #ADB033

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44%

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

R = 43.25%
G = 44%
B = 12.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#ADB033 (or 0xADB033) is known color: Brass. HEX triplet: AD, B0 and 33. RGB value is (173,176,51). Sum of RGB (Red+Green+Blue) = 173+176+51=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB033 is #524FCC. Grayscale: #A1A1A1. Windows color (decimal): -5394381 or 3387565. OLE color: 3387565.

HSL color Cylindrical-coordinate representation of color #ADB033: hue angle of 61.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADB033 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 51 -
CMYK 0.02 0 0.71 0.31
HSL 61.44º 0.55% 0.45% -
HSV(B) 61.44º 0.71% 0.69% -
XYZ 33.36 40.17 9.13 -
YUV 160.85 66.01 136.66 -
System Red Green Blue C M Y K H S L
Decimal 173 176 51 0.02 0 0.71 0.31 61.44 0.55 0.45
Hex AD B0 33 2 0 47 1F 3D 37 2D
Octal 255 260 63 2 0 107 37 75 67 55
Binary 10101101 10110000 110011 10 0 1000111 11111 111101 110111 101101

Color Harmonies of #ADB033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB033

Black with #ADB033

Text Example


Text Example

White with #ADB033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB033; }

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

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

background-color css

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

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

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

border-color css

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

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

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