Html Css Color HEX #ADB238 Brass

📋 copy color: '#ADB238'

red 173 ◦ green 178 ◦ blue 56

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

Shades of Brass #ADB238

Tints of Brass #ADB238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.76%

R = 42.51%
G = 43.73%
B = 13.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#ADB238 (or 0xADB238) is known color: Brass. HEX triplet: AD, B2 and 38. RGB value is (173,178,56). Sum of RGB (Red+Green+Blue) = 173+178+56=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB238 is #524DC7. Grayscale: #A3A3A3. Windows color (decimal): -5393864 or 3715757. OLE color: 3715757.

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

Color convert

RGB 173 178 56 -
CMYK 0.03 0 0.69 0.30
HSL 62.46º 0.52% 0.46% -
HSV(B) 62.46º 0.69% 0.7% -
XYZ 33.87 41.01 9.87 -
YUV 162.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 173 178 56 0.03 0 0.69 0.30 62.46 0.52 0.46
Hex AD B2 38 3 0 45 1E 3E 34 2E
Octal 255 262 70 3 0 105 36 76 64 56
Binary 10101101 10110010 111000 11 0 1000101 11110 111110 110100 101110

Color Harmonies of #ADB238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB238

Black with #ADB238

Text Example


Text Example

White with #ADB238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB238; }

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

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

background-color css

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

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

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

border-color css

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

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

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