Html Css Color HEX #AFB23E Brass

📋 copy color: '#AFB23E'

red 175 ◦ green 178 ◦ blue 62

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

Shades of Brass #AFB23E

Tints of Brass #AFB23E

RGB

 RED value IS 175 (68.75% from 255) = 42.17%

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

 BLUE value IS 62 (24.61% from 255) = 14.94%

R = 42.17%
G = 42.89%
B = 14.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#AFB23E (or 0xAFB23E) is known color: Brass. HEX triplet: AF, B2 and 3E. RGB value is (175,178,62). Sum of RGB (Red+Green+Blue) = 175+178+62=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB23E is #504DC1. Grayscale: #A4A4A4. Windows color (decimal): -5262786 or 4108975. OLE color: 4108975.

HSL color Cylindrical-coordinate representation of color #AFB23E: hue angle of 61.55º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFB23E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 62 -
CMYK 0.02 0 0.65 0.30
HSL 61.55º 0.48% 0.47% -
HSV(B) 61.55º 0.65% 0.7% -
XYZ 34.47 41.3 10.71 -
YUV 163.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 175 178 62 0.02 0 0.65 0.30 61.55 0.48 0.47
Hex AF B2 3E 2 0 41 1E 3E 30 2F
Octal 257 262 76 2 0 101 36 76 60 57
Binary 10101111 10110010 111110 10 0 1000001 11110 111110 110000 101111

Color Harmonies of #AFB23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB23E

Black with #AFB23E

Text Example


Text Example

White with #AFB23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB23E; }

 p { color: rgb(175,178,62); }

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

background-color css

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

 a { background-color: rgb(175,178,62); }

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

border-color css

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

 span { border-color: rgb(175,178,62); }

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