Html Css Color HEX #ADB23A Brass

📋 copy color: '#ADB23A'

red 173 ◦ green 178 ◦ blue 58

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

Shades of Brass #ADB23A

Tints of Brass #ADB23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.18%

R = 42.3%
G = 43.52%
B = 14.18%

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

#ADB23A (or 0xADB23A) is known color: Brass. HEX triplet: AD, B2 and 3A. RGB value is (173,178,58). Sum of RGB (Red+Green+Blue) = 173+178+58=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB23A is #524DC5. Grayscale: #A3A3A3. Windows color (decimal): -5393862 or 3846829. OLE color: 3846829.

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

Color convert

RGB 173 178 58 -
CMYK 0.03 0 0.67 0.30
HSL 62.5º 0.51% 0.46% -
HSV(B) 62.5º 0.67% 0.7% -
XYZ 33.92 41.03 10.14 -
YUV 162.83 68.84 135.26 -
System Red Green Blue C M Y K H S L
Decimal 173 178 58 0.03 0 0.67 0.30 62.5 0.51 0.46
Hex AD B2 3A 3 0 43 1E 3F 33 2E
Octal 255 262 72 3 0 103 36 77 63 56
Binary 10101101 10110010 111010 11 0 1000011 11110 111111 110011 101110

Color Harmonies of #ADB23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB23A

Black with #ADB23A

Text Example


Text Example

White with #ADB23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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