Html Css Color HEX #ADB233 Brass

📋 copy color: '#ADB233'

red 173 ◦ green 178 ◦ blue 51

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

Shades of Brass #ADB233

Tints of Brass #ADB233

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.28%

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

R = 43.03%
G = 44.28%
B = 12.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#ADB233 (or 0xADB233) is known color: Brass. HEX triplet: AD, B2 and 33. RGB value is (173,178,51). Sum of RGB (Red+Green+Blue) = 173+178+51=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB233 is #524DCC. Grayscale: #A2A2A2. Windows color (decimal): -5393869 or 3388077. OLE color: 3388077.

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

Color convert

RGB 173 178 51 -
CMYK 0.03 0 0.71 0.30
HSL 62.36º 0.55% 0.45% -
HSV(B) 62.36º 0.71% 0.7% -
XYZ 33.75 40.96 9.26 -
YUV 162.03 65.34 135.83 -
System Red Green Blue C M Y K H S L
Decimal 173 178 51 0.03 0 0.71 0.30 62.36 0.55 0.45
Hex AD B2 33 3 0 47 1E 3E 37 2D
Octal 255 262 63 3 0 107 36 76 67 55
Binary 10101101 10110010 110011 11 0 1000111 11110 111110 110111 101101

Color Harmonies of #ADB233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB233

Black with #ADB233

Text Example


Text Example

White with #ADB233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB233; }

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

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

background-color css

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

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

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

border-color css

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

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

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