Html Css Color HEX #AFB845 Celery

📋 copy color: '#AFB845'

red 175 ◦ green 184 ◦ blue 69

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

Shades of Celery #AFB845

Tints of Celery #AFB845

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.99%

 BLUE value IS 69 (27.34% from 255) = 16.12%

R = 40.89%
G = 42.99%
B = 16.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#AFB845 (or 0xAFB845) is known color: Celery. HEX triplet: AF, B8 and 45. RGB value is (175,184,69). Sum of RGB (Red+Green+Blue) = 175+184+69=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB845 is #5047BA. Grayscale: #A8A8A8. Windows color (decimal): -5261243 or 4569263. OLE color: 4569263.

HSL color Cylindrical-coordinate representation of color #AFB845: hue angle of 64.7º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFB845 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 69 -
CMYK 0.05 0 0.62 0.28
HSL 64.7º 0.45% 0.5% -
HSV(B) 64.7º 0.63% 0.72% -
XYZ 35.89 43.82 12.2 -
YUV 168.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 175 184 69 0.05 0 0.62 0.28 64.7 0.45 0.5
Hex AF B8 45 5 0 3E 1C 41 2D 32
Octal 257 270 105 5 0 76 34 101 55 62
Binary 10101111 10111000 1000101 101 0 111110 11100 1000001 101101 110010

Color Harmonies of #AFB845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB845

Black with #AFB845

Text Example


Text Example

White with #AFB845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB845; }

 p { color: rgb(175,184,69); }

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

background-color css

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

 a { background-color: rgb(175,184,69); }

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

border-color css

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

 span { border-color: rgb(175,184,69); }

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