Html Css Color HEX #A8B285 Bud

📋 copy color: '#A8B285'

red 168 ◦ green 178 ◦ blue 133

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

Shades of Bud #A8B285

Tints of Bud #A8B285

RGB

 RED value IS 168 (66.02% from 255) = 35.07%

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

 BLUE value IS 133 (52.34% from 255) = 27.77%

R = 35.07%
G = 37.16%
B = 27.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#A8B285 (or 0xA8B285) is known color: Bud. HEX triplet: A8, B2 and 85. RGB value is (168,178,133). Sum of RGB (Red+Green+Blue) = 168+178+133=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B285 is #574D7A. Grayscale: #AAAAAA. Windows color (decimal): -5721467 or 8762024. OLE color: 8762024.

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

Color convert

RGB 168 178 133 -
CMYK 0.06 0 0.25 0.30
HSL 73.33º 0.23% 0.61% -
HSV(B) 73.33º 0.25% 0.7% -
XYZ 36.3 41.86 28.36 -
YUV 169.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 168 178 133 0.06 0 0.25 0.30 73.33 0.23 0.61
Hex A8 B2 85 6 0 19 1E 49 17 3D
Octal 250 262 205 6 0 31 36 111 27 75
Binary 10101000 10110010 10000101 110 0 11001 11110 1001001 10111 111101

Color Harmonies of #A8B285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B285

Black with #A8B285

Text Example


Text Example

White with #A8B285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B285; }

 p { color: rgb(168,178,133); }

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

background-color css

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

 a { background-color: rgb(168,178,133); }

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

border-color css

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

 span { border-color: rgb(168,178,133); }

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