Html Css Color HEX #AFB38A Bud

📋 copy color: '#AFB38A'

red 175 ◦ green 179 ◦ blue 138

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

Shades of Bud #AFB38A

Tints of Bud #AFB38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 35.57%
G = 36.38%
B = 28.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#AFB38A (or 0xAFB38A) is known color: Bud. HEX triplet: AF, B3 and 8A. RGB value is (175,179,138). Sum of RGB (Red+Green+Blue) = 175+179+138=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB38A is #504C75. Grayscale: #ADADAD. Windows color (decimal): -5262454 or 9089967. OLE color: 9089967.

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

Color convert

RGB 175 179 138 -
CMYK 0.02 0 0.23 0.30
HSL 65.85º 0.21% 0.62% -
HSV(B) 65.85º 0.23% 0.7% -
XYZ 38.39 43.19 30.36 -
YUV 173.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 175 179 138 0.02 0 0.23 0.30 65.85 0.21 0.62
Hex AF B3 8A 2 0 17 1E 42 15 3E
Octal 257 263 212 2 0 27 36 102 25 76
Binary 10101111 10110011 10001010 10 0 10111 11110 1000010 10101 111110

Color Harmonies of #AFB38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB38A

Black with #AFB38A

Text Example


Text Example

White with #AFB38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB38A; }

 p { color: rgb(175,179,138); }

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

background-color css

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

 a { background-color: rgb(175,179,138); }

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

border-color css

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

 span { border-color: rgb(175,179,138); }

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