Html Css Color HEX #ADB338 Brass

📋 copy color: '#ADB338'

red 173 ◦ green 179 ◦ blue 56

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

Shades of Brass #ADB338

Tints of Brass #ADB338

RGB

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

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

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

R = 42.4%
G = 43.87%
B = 13.73%

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

#ADB338 (or 0xADB338) is known color: Brass. HEX triplet: AD, B3 and 38. RGB value is (173,179,56). Sum of RGB (Red+Green+Blue) = 173+179+56=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB338 is #524CC7. Grayscale: #A3A3A3. Windows color (decimal): -5393608 or 3716013. OLE color: 3716013.

HSL color Cylindrical-coordinate representation of color #ADB338: hue angle of 62.93º 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 #ADB338 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 56 -
CMYK 0.03 0 0.69 0.30
HSL 62.93º 0.52% 0.46% -
HSV(B) 62.93º 0.69% 0.7% -
XYZ 34.07 41.41 9.94 -
YUV 163.18 67.51 135 -
System Red Green Blue C M Y K H S L
Decimal 173 179 56 0.03 0 0.69 0.30 62.93 0.52 0.46
Hex AD B3 38 3 0 45 1E 3F 34 2E
Octal 255 263 70 3 0 105 36 77 64 56
Binary 10101101 10110011 111000 11 0 1000101 11110 111111 110100 101110

Color Harmonies of #ADB338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB338

Black with #ADB338

Text Example


Text Example

White with #ADB338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB338; }

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

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

background-color css

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

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

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

border-color css

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

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

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