Html Css Color HEX #AEB23A Brass

📋 copy color: '#AEB23A'

red 174 ◦ green 178 ◦ blue 58

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

Shades of Brass #AEB23A

Tints of Brass #AEB23A

RGB

 RED value IS 174 (68.36% from 255) = 42.44%

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

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

R = 42.44%
G = 43.41%
B = 14.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#AEB23A (or 0xAEB23A) is known color: Brass. HEX triplet: AE, B2 and 3A. RGB value is (174,178,58). Sum of RGB (Red+Green+Blue) = 174+178+58=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEB23A is #514DC5. Grayscale: #A3A3A3. Windows color (decimal): -5328326 or 3846830. OLE color: 3846830.

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

Color convert

RGB 174 178 58 -
CMYK 0.02 0 0.67 0.30
HSL 62º 0.51% 0.46% -
HSV(B) 62º 0.67% 0.7% -
XYZ 34.14 41.14 10.15 -
YUV 163.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 174 178 58 0.02 0 0.67 0.30 62 0.51 0.46
Hex AE B2 3A 2 0 43 1E 3E 33 2E
Octal 256 262 72 2 0 103 36 76 63 56
Binary 10101110 10110010 111010 10 0 1000011 11110 111110 110011 101110

Color Harmonies of #AEB23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB23A

Black with #AEB23A

Text Example


Text Example

White with #AEB23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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