Html Css Color HEX #ADB33B Brass

📋 copy color: '#ADB33B'

red 173 ◦ green 179 ◦ blue 59

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

Shades of Brass #ADB33B

Tints of Brass #ADB33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.36%

R = 42.09%
G = 43.55%
B = 14.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#ADB33B (or 0xADB33B) is known color: Brass. HEX triplet: AD, B3 and 3B. RGB value is (173,179,59). Sum of RGB (Red+Green+Blue) = 173+179+59=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 59 (23.44% from 255 or 14.36% from 411); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB33B is #524CC4. Grayscale: #A4A4A4. Windows color (decimal): -5393605 or 3912621. OLE color: 3912621.

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

Color convert

RGB 173 179 59 -
CMYK 0.03 0 0.67 0.30
HSL 63º 0.5% 0.47% -
HSV(B) 63º 0.67% 0.7% -
XYZ 34.14 41.44 10.34 -
YUV 163.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 173 179 59 0.03 0 0.67 0.30 63 0.5 0.47
Hex AD B3 3B 3 0 43 1E 3F 32 2F
Octal 255 263 73 3 0 103 36 77 62 57
Binary 10101101 10110011 111011 11 0 1000011 11110 111111 110010 101111

Color Harmonies of #ADB33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB33B

Black with #ADB33B

Text Example


Text Example

White with #ADB33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB33B; }

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

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

background-color css

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

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

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

border-color css

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

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

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