Html Css Color HEX #ADA233 Brass

📋 copy color: '#ADA233'

red 173 ◦ green 162 ◦ blue 51

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

Shades of Brass #ADA233

Tints of Brass #ADA233

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

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

R = 44.82%
G = 41.97%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#ADA233 (or 0xADA233) is known color: Brass. HEX triplet: AD, A2 and 33. RGB value is (173,162,51). Sum of RGB (Red+Green+Blue) = 173+162+51=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA233 is #525DCC. Grayscale: #999999. Windows color (decimal): -5397965 or 3383981. OLE color: 3383981.

HSL color Cylindrical-coordinate representation of color #ADA233: hue angle of 54.59º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADA233 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 162 51 -
CMYK 0 0.06 0.71 0.32
HSL 54.59º 0.54% 0.44% -
HSV(B) 54.59º 0.71% 0.68% -
XYZ 30.75 34.96 8.26 -
YUV 152.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 173 162 51 0 0.06 0.71 0.32 54.59 0.54 0.44
Hex AD A2 33 0 6 47 20 37 36 2C
Octal 255 242 63 0 6 107 40 67 66 54
Binary 10101101 10100010 110011 0 110 1000111 100000 110111 110110 101100

Color Harmonies of #ADA233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA233

Black with #ADA233

Text Example


Text Example

White with #ADA233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA233; }

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

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

background-color css

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

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

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

border-color css

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

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

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